Skip to content

Commit

Permalink
nit: take
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Oct 22, 2024
1 parent 9606341 commit d26813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/executor/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl ClientExecutor {
header.withdrawals_root = input
.current_block
.withdrawals
.clone()
.take()
.map(|w| proofs::calculate_withdrawals_root(w.into_inner().as_slice()));
header.logs_bloom = logs_bloom;
header.requests_root =
Expand Down

0 comments on commit d26813a

Please sign in to comment.