Skip to content

Commit

Permalink
fix: dont set withdrawals root (#7626)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 10, 2024
1 parent 9a0f0c2 commit d8a1625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/core/src/eth/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl Block {
timestamp: partial_header.timestamp,
extra_data: partial_header.extra_data,
mix_hash: partial_header.mix_hash,
withdrawals_root: Some(partial_header.mix_hash),
withdrawals_root: None,
blob_gas_used: None,
excess_blob_gas: None,
parent_beacon_block_root: None,
Expand Down

0 comments on commit d8a1625

Please sign in to comment.