mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: use original bytes (#4150)
This commit is contained in:
@ -440,7 +440,7 @@ where
|
||||
|
||||
let code_hash = if db_acc.code_hash != KECCAK_EMPTY { db_acc.code_hash } else { continue };
|
||||
|
||||
curr_ref.code = db.code_by_hash(code_hash)?.bytecode.into();
|
||||
curr_ref.code = db.code_by_hash(code_hash)?.original_bytes().into();
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user