Skip to content

Commit 98aeabc

Browse files
committed
Apply more code review fixes
1 parent d6d3bd4 commit 98aeabc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/gloas/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To construct each `SignedProposerPreferences`:
155155

156156
1. Instantiate a new `ProposerPreferences` object as `preferences`.
157157
2. Set `preferences.dependent_root` to
158-
`get_proposer_dependent_root(store, head_root, compute_epoch_at_slot(preferences.proposal_slot))`,
158+
`get_shuffling_dependent_root(store, head_root, compute_epoch_at_slot(preferences.proposal_slot))`,
159159
where `store` is the fork choice store and `head_root` is the proposer's
160160
current head root.
161161
3. Set `preferences.proposal_slot` to `upcoming_proposal_slots[i]`.

0 commit comments

Comments
 (0)