Small update to toml.go for abci-responses (#9232)

* update to toml
This commit is contained in:
samricotta
2022-08-12 11:15:16 +02:00
committed by GitHub
parent d513c925dd
commit a80c6a229a

View File

@@ -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 ###
#######################################################