mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-29 04:07:07 +00:00
Fix TestHandshakeReplaySome
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user