Fix TestHandshakeReplaySome

This commit is contained in:
Sergio Mena
2022-11-30 21:19:17 +01:00
parent 73aa070f65
commit 2e834d2246
+2 -1
View File
@@ -810,7 +810,8 @@ func randConsensusNetWithPeers(
tickerFunc func() TimeoutTicker,
appFunc func(string) abci.Application,
) ([]*State, *types.GenesisDoc, *cfg.Config, cleanupFunc) {
genDoc, privVals := randGenesisDoc(nValidators, false, testMinPower, nil)
c := test.ConsensusParams()
genDoc, privVals := randGenesisDoc(nValidators, false, testMinPower, c)
css := make([]*State, nPeers)
logger := consensusLogger()
var peer0Config *cfg.Config