test: lbcd don't have a dedicated mempool.dat

This commit is contained in:
Roy Lee 2021-11-12 12:22:05 -08:00 committed by Jack Robison
parent a13735769b
commit 66419f1aa6
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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