Refactoring

pull/22/head
Bernhard Mueller 7 years ago
parent db929fe4ab
commit 12e1e4c1f2
  1. 2
      mythril/ether/evm.py

@ -73,5 +73,3 @@ def trace(code, calldata = ""):
trace.append({'pc': pc, 'op': op, 'stack': stack})
return trace

Loading…
Cancel
Save