diff --git a/lbry/wallet/orchstr8/node.py b/lbry/wallet/orchstr8/node.py index 191aa730d..ca32be3fe 100644 --- a/lbry/wallet/orchstr8/node.py +++ b/lbry/wallet/orchstr8/node.py @@ -585,7 +585,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()