From 436f028a5c2785bd6e365d857e28bb9c2ea45191 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Fri, 8 May 2020 16:03:40 +0530 Subject: [PATCH] module title updated --- .../src/solidity-analyzer/modules/checksEffectsInteraction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-analyzer/src/solidity-analyzer/modules/checksEffectsInteraction.ts b/remix-analyzer/src/solidity-analyzer/modules/checksEffectsInteraction.ts index 6e55a7da8f..a186b05f9d 100644 --- a/remix-analyzer/src/solidity-analyzer/modules/checksEffectsInteraction.ts +++ b/remix-analyzer/src/solidity-analyzer/modules/checksEffectsInteraction.ts @@ -9,7 +9,7 @@ import { AnalyzerModule, ModuleAlgorithm, ModuleCategory, ReportObj, ContractHLA InlineAssemblyAstNode, ReportFunction, VisitFunction, FunctionCallGraph } from './../../types' export default class checksEffectsInteraction implements AnalyzerModule { - name: string = `Check effects: ` + name: string = `Check-effects-interaction: ` description: string = `Potential reentrancy bugs` category: ModuleCategory = category.SECURITY algorithm: ModuleAlgorithm = algorithm.HEURISTIC