Skip to content

Commit 0683f56

Browse files
committed
Modify epoch boundary comments
1 parent dd87233 commit 0683f56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

specs/gloas/fork-choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def get_proposer_head(store: Store, head_node: ForkChoiceNode, slot: Slot) -> Fo
793793
# Only re-org the head block if it arrived later than the attestation deadline.
794794
head_late = is_head_late(store, head_node.root)
795795

796-
# Do not re-org on an epoch boundary where the proposer shuffling could change.
796+
# Do not re-org on an epoch boundary.
797797
epoch_boundary = is_epoch_boundary(slot)
798798

799799
# Ensure that the FFG information of the new head will be competitive with the current head.

specs/phase0/fork-choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def get_proposer_head(store: Store, head_node: ForkChoiceNode, slot: Slot) -> Fo
671671
# Only re-org the head block if it arrived later than the attestation deadline.
672672
head_late = is_head_late(store, head_node.root)
673673

674-
# Do not re-org on an epoch boundary where the proposer shuffling could change.
674+
# Do not re-org on an epoch boundary.
675675
epoch_boundary = is_epoch_boundary(slot)
676676

677677
# Ensure that the FFG information of the new head will be competitive with the current head.

0 commit comments

Comments
 (0)