checkpoint

This commit is contained in:
Callum Waters
2022-07-11 13:59:37 +02:00
parent 2dbc76d79f
commit c0eb5da04c
8 changed files with 51 additions and 26 deletions

View File

@@ -139,7 +139,7 @@ func makeNode(cfg *config.Config,
}
closers = append(closers, dbCloser)
stateStore := sm.NewStore(stateDB, cfg.RPC.PersistABCIResponses)
stateStore := sm.NewStore(stateDB, cfg.RPC.DiscardABCIResponses)
genDoc, err := genesisDocProvider()
if err != nil {