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

This commit is contained in:
Larry Ruane
2018-07-20 12:00:41 -06:00
parent cd0484e023
commit cb3a815b29

View File

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