From cb3a815b296768b6a1555be87bfb41b0eed0d351 Mon Sep 17 00:00:00 2001 From: Larry Ruane Date: Fri, 20 Jul 2018 12:00:41 -0600 Subject: [PATCH] Add call to sync_all() after (z_sendmany, wait) --- qa/rpc-tests/mempool_tx_input_limit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/rpc-tests/mempool_tx_input_limit.py b/qa/rpc-tests/mempool_tx_input_limit.py index ce4b2096d..201b82998 100755 --- a/qa/rpc-tests/mempool_tx_input_limit.py +++ b/qa/rpc-tests/mempool_tx_input_limit.py @@ -100,6 +100,7 @@ class MempoolTxInputLimitTest(BitcoinTestFramework): myopid = self.nodes[0].z_sendmany(node0_zaddr, recipients) wait_and_assert_operationid_status(self.nodes[0], myopid) + self.sync_all() self.nodes[1].generate(1) self.sync_all()