Merge pull request #104 from syncikin/typo

Fixed typo
pull/112/head
Bernhard Mueller 7 years ago committed by GitHub
commit c4cdbddc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/modules/integer.py

@ -66,7 +66,7 @@ def execute(statespace):
issue = Issue(node.contract_name, node.function_name, instruction['address'], "Integer Underflow", "Warning")
issue.description = "A possible integer underflow exists in the function " + node.function_name + ".\n" \
"The substraction may result in a value < 0."
"The subtraction may result in a value < 0."
issue.debug = solver.pretty_print_model(model)
issues.append(issue)

Loading…
Cancel
Save