mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
RebondTx and more efficient IncrementAccum()
This commit is contained in:
@@ -37,8 +37,8 @@ type ConsensusReactor struct {
|
||||
conS *ConsensusState
|
||||
}
|
||||
|
||||
func NewConsensusReactor(blockStore *BlockStore, mempool *mempool.Mempool, state *state.State) *ConsensusReactor {
|
||||
conS := NewConsensusState(state, blockStore, mempool)
|
||||
func NewConsensusReactor(blockStore *BlockStore, mempoolReactor *mempool.MempoolReactor, state *state.State) *ConsensusReactor {
|
||||
conS := NewConsensusState(state, blockStore, mempoolReactor)
|
||||
conR := &ConsensusReactor{
|
||||
quit: make(chan struct{}),
|
||||
conS: conS,
|
||||
|
Reference in New Issue
Block a user