mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-27 18:42:46 +00:00
node: pass eventbus at construction time (#8084)
* node: pass eventbus at construction time * remove cruft
This commit is contained in:
@@ -289,6 +289,7 @@ func makeNode(
|
||||
mp,
|
||||
evPool,
|
||||
blockStore,
|
||||
eventBus,
|
||||
sm.BlockExecutorWithMetrics(nodeMetrics.state),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user