mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-11 06:11:07 +00:00
explicitly set block executor event bus
This commit is contained in:
@@ -1107,6 +1107,7 @@ func NewNode(config *cfg.Config,
|
||||
evPool,
|
||||
sm.BlockExecutorWithMetrics(smMetrics),
|
||||
)
|
||||
blockExec.SetEventBus(eventBus)
|
||||
|
||||
csReactorShim, csReactor, csState := createConsensusReactor(
|
||||
config, state, blockExec, blockStore, mempool, evPool,
|
||||
|
||||
Reference in New Issue
Block a user