module title updated

pull/7/head
aniket-engg 5 years ago committed by Aniket
parent 60bb76a994
commit 436f028a5c
  1. 2
      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

Loading…
Cancel
Save