diff --git a/specs/_features/eip6914/fork-choice.md b/specs/_features/eip6914/fork-choice.md index e422a8e37..25adc82d6 100644 --- a/specs/_features/eip6914/fork-choice.md +++ b/specs/_features/eip6914/fork-choice.md @@ -22,7 +22,7 @@ This is the modification of the fork choice according to EIP-6914. A new handler is added with this upgrade: -- `on_reused_index(store, index)` whenever a validator index `index: ValidatorIndex` is reused +- `on_reused_index(store, index)` whenever a validator index `index: ValidatorIndex` is reused. That is, [`get_index_for_new_validator()`](./beacon-chain.md#get_index_for_new_validator) provides an index due to a return value of `True` from [`is_reusable_validator()`](./beacon-chain.md#is_reusable_validator). This new handler is used to update the list of equivocating indices to be synchronized with the canonical chain.