mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
updates per pr review second wave
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user