Skip to content

Commit

Permalink
Update docs/docs/adrs/adr-014-epochs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <[email protected]>
  • Loading branch information
insumity and p-offtermatt authored Mar 11, 2024
1 parent 192af11 commit c859295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-014-epochs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ valUpdates := DiffValidators(currentValidators, stakingmodule.GetBondedValidator
SetConsumerValSet(stakingmodule.GetBondedValidators())
```
Note that a validator can change its consumer public key for a specific consumer chain an arbitrary amount of times during
a block and during an epoch. Then, when we generate the validator updates in `DiffValidators`, we have to check on whether
a block and during an epoch. Then, when we generate the validator updates in `DiffValidators`, we have to check whether
the current consumer public key (retrieved by calling `GetValidatorConsumerPubKey`) is different from the consumer public
key the validator was using in the current epoch.

Expand Down

0 comments on commit c859295

Please sign in to comment.