From 787a50d6ccd947993130329975166beeedd207db Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 12 Nov 2021 12:22:05 -0800 Subject: [PATCH] test: lbcd don't have a dedicated mempool.dat --- lbry/wallet/orchstr8/node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbry/wallet/orchstr8/node.py b/lbry/wallet/orchstr8/node.py index 489dcf233..e03364846 100644 --- a/lbry/wallet/orchstr8/node.py +++ b/lbry/wallet/orchstr8/node.py @@ -583,7 +583,6 @@ class LBCWalletNode: await self.protocol.stopped.wait() self.transport.close() self.running.clear() - os.remove(os.path.join(self.data_path, 'regtest', 'mempool.dat')) self.restart_ready.set() await self.running.wait()