use NopEventBus

This commit is contained in:
Ethan Buchman
2017-12-27 22:25:46 -05:00
parent 0acca7fe69
commit 537b0dfa1a
5 changed files with 5 additions and 5 deletions

View File

@ -219,7 +219,7 @@ func NewNode(config *cfg.Config,
blockExecLogger := logger.With("module", "state")
// make block executor for consensus and blockchain reactors to execute blocks
blockExec := sm.NewBlockExecutor(stateDB, blockExecLogger,
nil, proxyApp.Consensus(),
types.NopEventBus{}, proxyApp.Consensus(),
mempool, evidencePool)
// Make BlockchainReactor