提交 20253775 作者: Steven Allen

go fmt

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 8b573dc7
...@@ -290,9 +290,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment ...@@ -290,9 +290,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
// Start assembling node config // Start assembling node config
ncfg := &core.BuildCfg{ ncfg := &core.BuildCfg{
Repo: repo, Repo: repo,
Permanent: true, // It is temporary way to signify that node is permanent Permanent: true, // It is temporary way to signify that node is permanent
Online: !offline, Online: !offline,
DisableEncryptedConnections: unencrypted, DisableEncryptedConnections: unencrypted,
ExtraOpts: map[string]bool{ ExtraOpts: map[string]bool{
"pubsub": pubsub, "pubsub": pubsub,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论