Merge pull request #530 from ConsenSys/information-informational

Severity type "Information" -> "Informational" to match the others
pull/522/merge
R. Bernstein 6 years ago committed by GitHub
commit 7b4fe769c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/modules/multiple_sends.py

@ -22,7 +22,7 @@ def execute(statespace):
instruction = call.state.get_current_instruction()
issue = Issue(node.contract_name, node.function_name, instruction['address'],
"Multiple Calls",
"Information")
"Informational")
issue.description = \
"Multiple sends exist in one transaction, try to isolate each external call into its own transaction." \

Loading…
Cancel
Save