Skip to content

Commit

Permalink
Revert "Revert "docs: add a comment to provide more information about…
Browse files Browse the repository at this point in the history
… the override""

This reverts commit e1c97ad.
  • Loading branch information
0Tech committed Mar 24, 2022
1 parent 9156ebb commit a2bd0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultConfigTemplate = `# This is a TOML config file.
chain-id = "{{ .ChainID }}"
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory)
keyring-backend = "{{ .KeyringBackend }}"
# CLI output format (text|json)
# CLI output format (text|json), it will override the default values of both query and tx
output = "{{ .Output }}"
# <host>:<port> to Tendermint RPC interface for this chain
node = "{{ .Node }}"
Expand Down

0 comments on commit a2bd0bb

Please sign in to comment.