Skip to content

Commit

Permalink
flatten bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Dec 17, 2024
1 parent 0596fdb commit 39cc718
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 @@ -368,7 +368,7 @@ where
body.transactions()
.iter()
.flat_map(|tx| [tx.recover_signer(), tx.kind().to().copied()])
.filter_map(|address| address),
.flatten()
);
if let Some(withdrawals) = body.withdrawals() {
accounts.extend(withdrawals.iter().map(|withdrawal| withdrawal.address));
Expand Down

0 comments on commit 39cc718

Please sign in to comment.