diff --git a/config/toml.go b/config/toml.go index ad40b1efc..63c0faf6e 100644 --- a/config/toml.go +++ b/config/toml.go @@ -263,6 +263,9 @@ tls_key_file = "{{ .RPC.TLSKeyFile }}" # pprof listen address (https://golang.org/pkg/net/http/pprof) pprof_laddr = "{{ .RPC.PprofListenAddress }}" +# Flag that enables discarding of abci responses +discard_abci_responses = {{ .RPC.DiscardABCIResponses}} + ####################################################### ### P2P Configuration Options ### #######################################################