mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05: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