comment update

This commit is contained in:
psaradev 2021-01-28 23:59:16 +10:00
parent cb17feddc0
commit 86844b24d9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func TestPowerReductionChangeValidatorSetUpdates(t *testing.T) {
params.PowerReduction = sdk.DefaultPowerReduction
app.StakingKeeper.SetParams(ctx, params)
// power reduction change for all validators
// validator updates for tendermint power
updates, err = app.StakingKeeper.ApplyAndReturnValidatorSetUpdates(ctx)
require.NoError(t, err)
require.Equal(t, 2, len(updates))