remove depth for jump (#1628)

pull/1632/head
Nikhil Parasaram 3 years ago committed by GitHub
parent 6b34febd5e
commit c236dde7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      mythril/laser/ethereum/instructions.py

@ -1549,7 +1549,6 @@ class Instruction:
# manually set PC to destination
new_state.mstate.pc = index
new_state.mstate.depth += 1
return [new_state]

Loading…
Cancel
Save