Norhh suggestion #1

pull/1043/head
Bernhard Mueller 6 years ago
parent 4d91d803fb
commit de78d019e3
  1. 1
      mythril/analysis/modules/multiple_sends.py

@ -72,7 +72,6 @@ def _analyze_state(state: GlobalState):
call_offsets.append(state.get_current_instruction()["address"])
else: # RETURN or STOP
if len(call_offsets) > 1:
for offset in call_offsets[1:]:

Loading…
Cancel
Save