mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 14:32:21 +00:00
state: move pruneBlocks from consensus/state to state/execution (#6541)
state: move pruneBlocks function from consensus/state to state/execution Closes #5414
This commit is contained in:
@@ -276,6 +276,7 @@ func makeNode(config *cfg.Config,
|
||||
proxyApp.Consensus(),
|
||||
mp,
|
||||
evPool,
|
||||
blockStore,
|
||||
sm.BlockExecutorWithMetrics(smMetrics),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user