Skip to content

Commit 6d1dc28

Browse files
committed
fix
1 parent b5180cb commit 6d1dc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote/src/codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ impl TryFrom<&reth::revm::bytecode::Bytecode> for proto::Bytecode {
353353
original_len: legacy_analyzed.original_len() as u64,
354354
jump_table: legacy_analyzed
355355
.jump_table()
356-
.0
356+
.table
357357
.iter()
358358
.by_vals()
359359
.map(|x| x.into())

0 commit comments

Comments
 (0)