code cleanup

pull/494/head
Nikhil Parasaram 6 years ago
parent afceb2a80c
commit c4056a291f
  1. 1
      mythril/laser/ethereum/state.py

@ -145,7 +145,6 @@ class MachineState:
return
m_extend = (start + size - self.memory_size)
self.memory.extend(bytearray(m_extend))
return True
def memory_write(self, offset, data):
""" Writes data to memory starting at offset """

Loading…
Cancel
Save