mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
RebondTx and more efficient IncrementAccum()
This commit is contained in:
@ -52,7 +52,7 @@ func NewNode() *Node {
|
||||
mempoolReactor := mempool_.NewMempoolReactor(mempool)
|
||||
|
||||
// Get ConsensusReactor
|
||||
consensusReactor := consensus.NewConsensusReactor(blockStore, mempool, state)
|
||||
consensusReactor := consensus.NewConsensusReactor(blockStore, mempoolReactor, state)
|
||||
if privValidator != nil {
|
||||
consensusReactor.SetPrivValidator(privValidator)
|
||||
}
|
||||
|
Reference in New Issue
Block a user