mirror of
https://github.com/tendermint/tendermint.git
synced 2026-03-27 20:15:21 +00:00
update to config settings
This commit is contained in:
@@ -409,7 +409,7 @@ type RPCConfig struct {
|
||||
// Set false to ensure ABCI responses are persisted.
|
||||
// ABCI responses are required for /BlockResults RPC queries, and
|
||||
// to reindex events in the command-line tool.
|
||||
DiscardABCIResponses bool `mapstructure:"persist-abci-responses"`
|
||||
DiscardABCIResponses bool `mapstructure:"discard_abci_responses"`
|
||||
}
|
||||
|
||||
// DefaultRPCConfig returns a default configuration for the RPC server
|
||||
|
||||
Reference in New Issue
Block a user