mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +00:00
Run on_tick before picking the head for proposal (#2897)
This commit is contained in:
parent
5337da5dff
commit
d62ebaeaca
@ -281,7 +281,7 @@ the beginning of any `slot` during which `is_proposer(state, validator_index)` r
|
||||
To propose, the validator selects the `BeaconBlock`, `parent` which:
|
||||
|
||||
1. In their view of fork choice is the head of the chain at the start of
|
||||
`slot`, after applying any queued attestations from `slot - 1`.
|
||||
`slot`, after running `on_tick` and applying any queued attestations from `slot - 1`.
|
||||
2. Is from a slot strictly less than the slot of the block about to be proposed,
|
||||
i.e. `parent.slot < slot`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user