Commit e29c459
docs(fork-choice): clarify equal-slot tie resolution wording (#1143)
The latest-vote extraction docstring said the first vote seen wins on
equal slots, while an adjacent comment noted that all proofs under one
attestation data share a slot. Read together these could seem to
contradict each other.
Reword the docstring to state that equal-slot collisions arise only
across distinct attestation data, so the first-inserted-wins rule
applies at the distinct-data level, consistent with the loop comment.
Docs-only change. just check passes.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3d30769 commit e29c459
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
| 632 | + | |
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
| |||
0 commit comments