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():