From 86844b24d9ebb511b3a124527abfa925072d5359 Mon Sep 17 00:00:00 2001 From: psaradev Date: Thu, 28 Jan 2021 23:59:16 +1000 Subject: [PATCH] comment update --- x/staking/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/staking/handler_test.go b/x/staking/handler_test.go index aed5ab1b7..aa9da641b 100644 --- a/x/staking/handler_test.go +++ b/x/staking/handler_test.go @@ -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))