Remove space

pull/379/head
Joran Honig 6 years ago
parent 133bc11ec1
commit 98e50fb64a
  1. 1
      mythril/laser/ethereum/instructions.py

@ -527,7 +527,6 @@ class Instruction:
try:
concrete_size = helper.get_concrete_int(size)
global_state.mstate.mem_extend(concrete_memory_offset, concrete_size)
except:
# except both attribute error and Exception
global_state.mstate.mem_extend(concrete_memory_offset, 1)

Loading…
Cancel
Save