From 08fe0cbe09e73e866f75fb348ef20f6c5e363d7f Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 5 Feb 2019 14:54:22 +0100 Subject: [PATCH] fix: Description fixed --- misp_modules/modules/expansion/btc_scam_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/btc_scam_check.py b/misp_modules/modules/expansion/btc_scam_check.py index b49414d..9f9a7d6 100644 --- a/misp_modules/modules/expansion/btc_scam_check.py +++ b/misp_modules/modules/expansion/btc_scam_check.py @@ -13,7 +13,7 @@ except ImportError: misperrors = {'error': 'Error'} mispattributes = {'input': ['btc'], 'output': ['text']} moduleinfo = {'version': '0.1', 'author': 'Christian Studer', - 'description': 'Checks if a BTC address is referenced as a scam.', + 'description': 'Checks if a BTC address has been abused.', 'module-type': ['hover']} moduleconfig = []