pull/1297/head
Nikhil Parasaram 5 years ago committed by GitHub
parent da1e601a04
commit c8a41fa065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/laser/ethereum/instructions.py

@ -1739,7 +1739,7 @@ class Instruction:
return self._handle_create_type_post(global_state, opcode="create2")
@staticmethod
def _handle_create_type_post(global_state, opcode="cre ate"):
def _handle_create_type_post(global_state, opcode="create"):
if opcode == "create2":
global_state.mstate.pop(4)
else:

Loading…
Cancel
Save