diff --git a/crates/executor/client/src/lib.rs b/crates/executor/client/src/lib.rs index f98bd19..d74c832 100644 --- a/crates/executor/client/src/lib.rs +++ b/crates/executor/client/src/lib.rs @@ -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 =