From fa8d4e85ea29de3fb0f44bfd5b90f9143c0f54bd Mon Sep 17 00:00:00 2001 From: Hucg <41573766+hcg1314@users.noreply.github.com> Date: Mon, 18 Nov 2019 17:07:48 +0800 Subject: [PATCH] Update daemon.go --- cmd/ipfs/daemon.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index 631074fa3..26d1a72c4 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -354,7 +354,6 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment // We wait for the node to close first, as the node has children // that it will wait for before closing, such as the API server. node.Close() - _ = coreapi.CloseFakeRepo() select { case <-req.Context.Done():