go fmt
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Sep 17, 2018 at 11:58 UTC
202537753607e37a5156fdb60db7a0353fcf2e10
1 file changed
+3
-3
cmd/ipfs/daemon.go
+3
-3
@@ -290,9 +290,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
290
291
// Start assembling node config
292
ncfg := &core.BuildCfg{
293
- Repo: repo,
294
- Permanent: true, // It is temporary way to signify that node is permanent
295
- Online: !offline,
293
+ Repo: repo,
294
+ Permanent: true, // It is temporary way to signify that node is permanent
295
+ Online: !offline,
296
DisableEncryptedConnections: unencrypted,
297
ExtraOpts: map[string]bool{
298
"pubsub": pubsub,