qa: Add missing syncwithvalidationinterfacequeue to tests

This commit is contained in:
MarcoFalke
2018-01-18 10:16:34 -05:00
parent 598a9c4e4d
commit fa796bb695
2 changed files with 6 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ class ZapWalletTXesTest (BitcoinTestFramework):
self.start_node(0, ["-persistmempool=1", "-zapwallettxes=2"])
wait_until(lambda: self.nodes[0].getmempoolinfo()['size'] == 1, timeout=3)
self.nodes[0].syncwithvalidationinterfacequeue() # Flush mempool to wallet
assert_equal(self.nodes[0].gettransaction(txid1)['txid'], txid1)
assert_equal(self.nodes[0].gettransaction(txid2)['txid'], txid2)