p2p http proxy: go fmt
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Nov 12, 2018 at 16:23 UTC
bf184376ca5f390f9387292cae6c35ff0f30d09d
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,