Norhh suggestions

pull/1060/head
Bernhard Mueller 6 years ago
parent 3eb9ebbcd9
commit f9788dcaf7
  1. 2
      mythril/laser/ethereum/strategy/extensions/bounded_loops.py

@ -48,7 +48,7 @@ class BoundedLoopsStrategy(BasicSearchStrategy):
:return:
"""
while 1:
while True:
state = self.super_strategy.get_strategic_global_state()
opcode = state.get_current_instruction()["opcode"]

Loading…
Cancel
Save