Skip to content

Commit 1b8d05f

Browse files
authored
Set default value of BuilderPendingPayment.withdrawable_epoch to FAR_FUTURE_EPOCH (#4631)
1 parent 944ba01 commit 1b8d05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs/gloas/beacon-chain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ def process_execution_payload_bid(state: BeaconState, block: BeaconBlock) -> Non
10301030
fee_recipient=bid.fee_recipient,
10311031
amount=amount,
10321032
builder_index=builder_index,
1033+
withdrawable_epoch=FAR_FUTURE_EPOCH,
10331034
),
10341035
)
10351036
state.builder_pending_payments[SLOTS_PER_EPOCH + bid.slot % SLOTS_PER_EPOCH] = pending_payment

0 commit comments

Comments
 (0)