We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98f045 commit 674b8b6Copy full SHA for 674b8b6
config/toml.go
@@ -89,7 +89,7 @@ const defaultConfigTemplate = `# This is a TOML config file.
89
# proxy_app = "{{ .BaseConfig.ProxyApp }}"
90
91
# A custom human readable name for this node
92
-# moniker = "{{ .BaseConfig.Moniker }}"
+moniker = "{{ .BaseConfig.Moniker }}"
93
94
# If this node is many blocks behind the tip of the chain, FastSync
95
# allows them to catchup quickly by downloading blocks in parallel
0 commit comments