Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/fulu/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_payload(self: ExecutionEngine, payload_id: PayloadId) -> GetPayloadRespo

A node with validators attached downloads and custodies a higher minimum of custody groups per slot,
determined by `get_validators_custody_requirement(state, validator_indices)`. Here, `state` is the
current `BeaconState` and `validator_indices` is the list of indices corresponding to validators
latest finalized `BeaconState` and `validator_indices` is the list of indices corresponding to validators
attached to the node. Any node with at least one validator attached, and with the sum of the
balances of all attached validators being `total_node_balance`, downloads and custodies
`total_node_balance // BALANCE_PER_ADDITIONAL_CUSTODY_GROUP` custody groups per slot, with a minimum
Expand Down