diff --git a/config/config.go b/config/config.go index 6eacfbc21..74d01b783 100644 --- a/config/config.go +++ b/config/config.go @@ -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