Set jumpest limit to 2 (aborts at 3rd iteration)

pull/1060/head
Bernhard Mueller 6 years ago
parent 6372eecee3
commit 45e77166cc
  1. 2
      mythril/laser/ethereum/strategy/custom.py

@ -7,7 +7,7 @@ from copy import copy
import logging
JUMPDEST_LIMIT = 1
JUMPDEST_LIMIT = 2
log = logging.getLogger(__name__)

Loading…
Cancel
Save