Skip to content

Commit faab86f

Browse files
author
MarcoFalke
committed
test: Fix intermittent issue in wallet_send
1 parent faca373 commit faab86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_send.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def run_test(self):
316316
res = self.nodes[0].sendrawtransaction(hex)
317317
self.nodes[0].generate(1)
318318
assert_equal(self.nodes[0].gettransaction(txid)["confirmations"], 1)
319+
self.sync_all()
319320

320321
self.log.info("Lock unspents...")
321322
utxo1 = w0.listunspent()[0]

0 commit comments

Comments
 (0)