Skip to content

Commit

Permalink
multiply by 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Dec 18, 2024
1 parent c513e8e commit 1d9befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ where
body: &BlockWithSenders<B>,
) {
let mut accounts = AddressHashSet::with_capacity_and_hasher(
body.transactions().len() +
body.transactions().len() * 2 +
body.withdrawals().map_or(0, |withdrawals| withdrawals.len()),
Default::default(),
);
Expand Down

0 comments on commit 1d9befb

Please sign in to comment.