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:
JayT106
2021-06-10 10:24:47 -04:00
committed by GitHub
parent 32bc399bdd
commit a456b71f1f
20 changed files with 123 additions and 95 deletions
+1
View File
@@ -276,6 +276,7 @@ func makeNode(config *cfg.Config,
proxyApp.Consensus(),
mp,
evPool,
blockStore,
sm.BlockExecutorWithMetrics(smMetrics),
)