fix the blocktimestamp swc

pull/536/head
Nikhil Parasaram 6 years ago
parent 2b45816d43
commit e0b955b745
  1. 2
      mythril/analysis/modules/dependence_on_predictable_vars.py

@ -87,7 +87,7 @@ def execute(statespace):
issue = Issue(contract=call.node.contract_name, function=call.node.function_name,
address=address, title="Dependence on predictable variable",
_type="Warning", description=description)
_type="Warning", description=description, swc_id=TIMESTAMP_DEPENDENCE)
issues.append(issue)
break
else:

Loading…
Cancel
Save