mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-26 02:30:32 +00:00
state: avoid premature genericism (#8224)
This commit is contained in:
@@ -289,7 +289,7 @@ func makeNode(
|
||||
evPool,
|
||||
blockStore,
|
||||
eventBus,
|
||||
sm.BlockExecutorWithMetrics(nodeMetrics.state),
|
||||
nodeMetrics.state,
|
||||
)
|
||||
|
||||
// Determine whether we should do block sync. This must happen after the handshake, since the
|
||||
|
||||
Reference in New Issue
Block a user