forked from LBRYCommunity/lbry-sdk
test: lbcd don't have a dedicated mempool.dat
This commit is contained in:
parent
79b80d9bbf
commit
a719c06615
1 changed files with 0 additions and 1 deletions
|
@ -583,7 +583,6 @@ class LBCWalletNode:
|
||||||
await self.protocol.stopped.wait()
|
await self.protocol.stopped.wait()
|
||||||
self.transport.close()
|
self.transport.close()
|
||||||
self.running.clear()
|
self.running.clear()
|
||||||
os.remove(os.path.join(self.data_path, 'regtest', 'mempool.dat'))
|
|
||||||
self.restart_ready.set()
|
self.restart_ready.set()
|
||||||
await self.running.wait()
|
await self.running.wait()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue