From a80c6a229aab8bf0b6210f83d2225386b961fd3d Mon Sep 17 00:00:00 2001 From: samricotta <37125168+samricotta@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:15:16 +0200 Subject: [PATCH] Small update to toml.go for abci-responses (#9232) * update to toml --- config/toml.go | 3 +++ 1 file changed, 3 insertions(+) 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 ### #######################################################