Skip to content

Commit

Permalink
add a comment annotation for fork update
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed May 17, 2023
1 parent ee32e2a commit 9447a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/attslotrange/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_attestation_participation_flag_indices(state: BeaconState,
participation_flag_indices = []
if is_matching_source and inclusion_delay <= integer_squareroot(SLOTS_PER_EPOCH):
participation_flag_indices.append(TIMELY_SOURCE_FLAG_INDEX)
if is_matching_target:
if is_matching_targeta: # [Modified in AttSlotRange]
participation_flag_indices.append(TIMELY_TARGET_FLAG_INDEX)
if is_matching_head and inclusion_delay == MIN_ATTESTATION_INCLUSION_DELAY:
participation_flag_indices.append(TIMELY_HEAD_FLAG_INDEX)
Expand Down

0 comments on commit 9447a43

Please sign in to comment.