From d9bafb688d77adfc371f8fee03248b6905f5d268 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sun, 10 Jul 2016 15:19:28 +0200 Subject: [PATCH] cmd/ipfs: add note about the plan for refactor License: MIT Signed-off-by: Jakub Sztandera --- cmd/ipfs/daemon.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index 6ef0b1def..52264715f 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -230,7 +230,8 @@ func daemonFunc(req cmds.Request, res cmds.Response) { // Start assembling node config ncfg := &core.BuildCfg{ Repo: repo, - Permament: true, + Permament: true, // It is temporary way to signify that node is permament + //TODO(Kubuxu): refactor Online vs Offline by adding Permement vs Epthemeral } offline, _, _ := req.Option(offlineKwd).Bool() ncfg.Online = !offline