staking/keeper: remove stale comment
this case is now handled properly
This commit is contained in:
parent
79c33f03ee
commit
243e1e360a
|
@ -115,10 +115,6 @@ func (k Keeper) ApplyAndReturnValidatorSetUpdates(ctx sdk.Context) (updates []ab
|
|||
totalPower := math.ZeroInt()
|
||||
amtFromBondedToNotBonded, amtFromNotBondedToBonded := math.ZeroInt(), math.ZeroInt()
|
||||
|
||||
// TODO(csongor): add new guardians that were not here before (from gov)
|
||||
// TODO(csongor): total voting power should be size of the guardian set.
|
||||
// I'll just rewrite this whole function
|
||||
|
||||
// Retrieve the last validator set.
|
||||
// The persistent set is updated later in this function.
|
||||
// (see LastValidatorPowerKey).
|
||||
|
|
Loading…
Reference in New Issue