mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-04 15:15:37 +02:00
test: Implicitly sync after generate*, unless opted out
This commit is contained in:
@@ -174,7 +174,7 @@ class MempoolPersistTest(BitcoinTestFramework):
|
||||
self.start_node(0)
|
||||
|
||||
# clear out mempool
|
||||
self.generate(node0, 1)
|
||||
self.generate(node0, 1, sync_fun=self.no_op)
|
||||
|
||||
# ensure node0 doesn't have any connections
|
||||
# make a transaction that will remain in the unbroadcast set
|
||||
|
Reference in New Issue
Block a user