Skip to content

Commit

Permalink
fix: dont set state root (#9134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 17, 2024
1 parent 08021d9 commit 7cbd55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/src/eth/backend/mem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@ impl Backend {
block_hash: Some(block_hash),
from: info.from,
to: info.to,
state_root: Some(block.header.state_root),
state_root: None,
blob_gas_price: Some(blob_gas_price),
blob_gas_used: blob_gas_used.map(|g| g as u128),
authorization_list: None,
Expand Down

0 comments on commit 7cbd55e

Please sign in to comment.