mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
*Adds a flag to the which enables discarding of abci responses Co-authored-by: Callum Waters <cmwaters19@gmail.com> Co-authored-by: Samantha Ricotta <samantharicotta@Samanthas-MacBook-Pro.local> Co-authored-by: Samantha Ricotta <samantharicotta@Samanthas-MBP.fritz.box>
This commit is contained in:
@@ -139,7 +139,7 @@ func makeNode(cfg *config.Config,
|
||||
}
|
||||
closers = append(closers, dbCloser)
|
||||
|
||||
stateStore := sm.NewStore(stateDB)
|
||||
stateStore := sm.NewStore(stateDB, sm.StoreOptions{DiscardABCIResponses: cfg.RPC.DiscardABCIResponses})
|
||||
|
||||
genDoc, err := genesisDocProvider()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user