Fixed bug where logging could crash client during tx adding
This commit is contained in:
@ -12,7 +12,6 @@ func analyseJumpDests(code []byte) (dests *set.Set) {
|
||||
a := uint64(op) - uint64(PUSH1) + 1
|
||||
|
||||
pc += a
|
||||
//lp = true
|
||||
case JUMPDEST:
|
||||
dests.Add(pc)
|
||||
}
|
||||
|
Reference in New Issue
Block a user