fix joined lines

This commit is contained in:
William Banfield
2022-03-11 13:16:26 -05:00
parent 232b38100b
commit 5849b16dff
+2 -1
View File
@@ -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 {