Skip to content

Commit

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

This reverts commit a536242.
  • Loading branch information
0Tech committed Mar 24, 2022
1 parent 0c7dd80 commit e1c97ad
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), it will override the default values of both query and tx.
# CLI output format (text|json)
output = "{{ .Output }}"
# <host>:<port> to Tendermint RPC interface for this chain
node = "{{ .Node }}"
Expand Down

0 comments on commit e1c97ad

Please sign in to comment.