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