staking/keeper: remove stale comment

this case is now handled properly
This commit is contained in:
Csongor Kiss 2022-07-22 14:05:55 -05:00 committed by Csongor Kiss
parent 443c6c1f7a
commit 46bc89f04d
1 changed files with 0 additions and 4 deletions

View File

@ -113,10 +113,6 @@ func (k Keeper) ApplyAndReturnValidatorSetUpdates(ctx sdk.Context) (updates []ab
totalPower := sdk.ZeroInt()
amtFromBondedToNotBonded, amtFromNotBondedToBonded := sdk.ZeroInt(), sdk.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).