Skip to content

Commit

Permalink
Small update to toml.go for abci-responses (#9232)
Browse files Browse the repository at this point in the history
* update to toml

Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
  • Loading branch information
tnasu and samricotta committed Jul 19, 2023
1 parent 82e23ce commit 2a7bd8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,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 ###
#######################################################
Expand Down

0 comments on commit 2a7bd8a

Please sign in to comment.