Update daemon.go
Hucg committed
Nov 18, 2019 at 17:07 UTC
fa8d4e85ea29de3fb0f44bfd5b90f9143c0f54bd
1 file changed
-1
cmd/ipfs/daemon.go
-1
@@ -354,7 +354,6 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment
354
// We wait for the node to close first, as the node has children
355
// that it will wait for before closing, such as the API server.
356
node.Close()
357
- _ = coreapi.CloseFakeRepo()
357
358
select {
359
case <-req.Context.Done():