Skip to content

Commit 674b8b6

Browse files
committed
uncomment the moniker which is needed
1 parent b98f045 commit 674b8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/toml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const defaultConfigTemplate = `# This is a TOML config file.
8989
# proxy_app = "{{ .BaseConfig.ProxyApp }}"
9090
9191
# A custom human readable name for this node
92-
# moniker = "{{ .BaseConfig.Moniker }}"
92+
moniker = "{{ .BaseConfig.Moniker }}"
9393
9494
# If this node is many blocks behind the tip of the chain, FastSync
9595
# allows them to catchup quickly by downloading blocks in parallel

0 commit comments

Comments
 (0)