Skip to content

Commit

Permalink
typos adr-016-securityaggregation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Dec 16, 2024
1 parent 4ede6fc commit 9b71bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-016-securityaggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type PowerSource interface {
func (k *Keeper) MixPowers(source ...PowerSource) []abci.ValidatorUpdate {
var valUpdate []abci.ValidatorUpdate
for _, ps := range source {
// mix powers from two sets of validator updates an return set of validator updates
// mix powers from two sets of validator updates a return set of validator updates
// with aggregated powers
valUpdate = mixPower(valUpdate, ps.GetValidatorUpdates())
}
Expand Down

0 comments on commit 9b71bc8

Please sign in to comment.