Skip to content

Commit

Permalink
Fix explanation of reorgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Nov 18, 2020
1 parent 002277d commit dce52a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apis/validator/duties/proposer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ get:
description: "Request beacon node to provide all validators that are scheduled to propose a block in the given epoch.
Duties should only need to be checked once per epoch,
however a chain reorganization (of > MIN_SEED_LOOKAHEAD epochs) could occur,
resulting in a change of duties. For full safety, you should monitor head events and confirm the
dependent root in this response matches:
however a chain reorganization could occur that results in a change of duties. For full safety,
you should monitor head events and confirm the dependent root in this response matches:
- event.current_duty_dependent_root when `compute_epoch_at_slot(event.slot) == epoch`
Expand Down

0 comments on commit dce52a0

Please sign in to comment.