Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/power_shaping.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
  • Loading branch information
kirdatatjana and p-offtermatt authored Oct 16, 2024
1 parent 09beb73 commit d442765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/power_shaping.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (k Keeper) CapValidatorSet(
return validators
}

// Filter and sort the priority list
// Filter and sort the priority list by power
priorityValidators := k.FilterAndSortPriorityList(powerShapingParameters.Prioritylist, validators)

// Create a map to keep track of added validators
Expand Down

0 comments on commit d442765

Please sign in to comment.