updates per pr review second wave

This commit is contained in:
shane-moore
2025-08-18 13:46:01 -07:00
committed by Mark Mackey
parent a3563289c1
commit 5e562555b0
7 changed files with 7 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ pub fn upgrade_state_to_gloas<E: EthSpec>(
execution_payload_availability: BitVector::default(), // All bits set to false initially
builder_pending_payments: Vector::new(vec![
BuilderPendingPayment::default();
2 * E::slots_per_epoch() as usize
E::builder_pending_withdrawals_limit()
])?,
builder_pending_withdrawals: List::default(), // Empty list initially,
latest_block_hash: pre.latest_execution_payload_header.block_hash,