mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-27 06:19:09 +01:00
test: Implicitly sync after generate*, unless opted out
This commit is contained in:
@@ -109,7 +109,8 @@ class MempoolUnbroadcastTest(BitcoinTestFramework):
|
||||
# a block
|
||||
removal_reason = "Removed {} from set of unbroadcast txns before confirmation that txn was sent out".format(txhsh)
|
||||
with node.assert_debug_log([removal_reason]):
|
||||
self.generate(node, 1)
|
||||
self.generate(node, 1, sync_fun=self.no_op)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
MempoolUnbroadcastTest().main()
|
||||
|
||||
Reference in New Issue
Block a user