Update wording 'tx order independence' -> 'dependence'

pull/525/head
Bernhard Mueller 6 years ago
parent 6443816bcc
commit 7f9acbce4c
  1. 2
      mythril/analysis/modules/transaction_order_dependence.py

@ -34,7 +34,7 @@ def execute(statespace):
"Warning")
issue.description = \
"A possible transaction order independence vulnerability exists in function {}. The value or " \
"A possible transaction order dependence vulnerability exists in function {}. The value or " \
"direction of the call statement is determined from a tainted storage location"\
.format(node.function_name)
issues.append(issue)
Loading…
Cancel
Save