explicitly set block executor event bus

This commit is contained in:
Callum Waters
2021-04-06 14:25:58 +02:00
parent d3570c6734
commit f51eee14e7

View File

@@ -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,