Browse Source

Add call to sync_all() after (z_sendmany, wait)

pull/4/head
Larry Ruane 6 years ago
parent
commit
cb3a815b29
  1. 1
      qa/rpc-tests/mempool_tx_input_limit.py

1
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()

Loading…
Cancel
Save