Browse Source

fix joined lines

wb/txrset
William Banfield 3 years ago
parent
commit
5849b16dff
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      internal/state/helpers_test.go

+ 2
- 1
internal/state/helpers_test.go 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 {


Loading…
Cancel
Save