aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_zapwallettxes.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-01-18 10:16:34 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-01-25 10:31:35 -0500
commitfa796bb695797810b90c7b6016fd4e9a1890f016 (patch)
treea484c2b4c249c96ea79d7a181092998fb82ee667 /test/functional/wallet_zapwallettxes.py
parent598a9c4e4dcd03c6d80fba005de729a6a3aeba7e (diff)
downloadbitcoin-fa796bb695797810b90c7b6016fd4e9a1890f016.tar.xz
qa: Add missing syncwithvalidationinterfacequeue to tests
Diffstat (limited to 'test/functional/wallet_zapwallettxes.py')
-rwxr-xr-xtest/functional/wallet_zapwallettxes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_zapwallettxes.py b/test/functional/wallet_zapwallettxes.py
index 08afb87894..87f44b2737 100755
--- a/test/functional/wallet_zapwallettxes.py
+++ b/test/functional/wallet_zapwallettxes.py
@@ -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)