Skip to content

Commit 2774735

Browse files
authored
Merge b608cca into 5fcbb54
2 parents 5fcbb54 + b608cca commit 2774735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/src/core/vm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ impl VM {
11531153
if !condition.eq(&U256::from(0u8)) {
11541154
// Check if JUMPDEST is valid and throw with 790 if not (invalid jump
11551155
// destination)
1156-
if (pc <=
1156+
if (pc <
11571157
self.bytecode
11581158
.len()
11591159
.try_into()

0 commit comments

Comments
 (0)