Skip to content

Commit

Permalink
correct sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
tomip01 committed Feb 6, 2025
1 parent 08eb791 commit 601ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockchain/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ pub fn build_payload(
let mut evm_state = evm_state(store.clone(), payload.header.parent_hash);
let mut context = PayloadBuildContext::new(payload, &mut evm_state)?;
make_beacon_root_call(&mut context)?;
fill_transactions(&mut context)?;
apply_withdrawals(&mut context)?;
fill_transactions(&mut context)?;
finalize_payload(&mut context)?;
Ok((context.blobs_bundle, context.block_value))
}
Expand Down

0 comments on commit 601ecec

Please sign in to comment.