diff --git a/internal/state/helpers_test.go b/internal/state/helpers_test.go index 76fef0772..dffb6f256 100644 --- a/internal/state/helpers_test.go +++ b/internal/state/helpers_test.go @@ -243,7 +243,8 @@ func makeRandomStateFromValidatorSet( } func makeRandomStateFromConsensusParams( ctx context.Context, - t *testing.T, consensusParams *types.ConsensusParams, + t *testing.T, + consensusParams *types.ConsensusParams, height, lastHeightConsensusParamsChanged int64, ) sm.State {