Forgotten go-fmt
Not sure why CI didn't catch this
Peter Rabbitson committed
Mar 25, 2020 at 15:03 UTC
5be6e26f7b5e112c2da68d2e7d14e587009cc3bc
1 file changed
+3
-3
cmd/ipfs/daemon.go
+3
-3
@@ -299,9 +299,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
299
300
// Start assembling node config
301
ncfg := &core.BuildCfg{
302
- Repo: repo,
303
- Permanent: true, // It is temporary way to signify that node is permanent
304
- Online: !offline,
302
+ Repo: repo,
303
+ Permanent: true, // It is temporary way to signify that node is permanent
304
+ Online: !offline,
305
DisableEncryptedConnections: unencrypted,
306
ExtraOpts: map[string]bool{
307
"pubsub": pubsub,