mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: use original bytes for codes (#11593)
This commit is contained in:
@ -619,7 +619,7 @@ where
|
||||
.cache
|
||||
.contracts
|
||||
.iter()
|
||||
.map(|(hash, code)| (*hash, code.bytes()))
|
||||
.map(|(hash, code)| (*hash, code.original_bytes()))
|
||||
.collect();
|
||||
|
||||
for (address, account) in &statedb.cache.accounts {
|
||||
|
||||
Reference in New Issue
Block a user