mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
test: Fix intermittent issue in wallet_send
This commit is contained in:
parent
faca3734c0
commit
faab86f6c8
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ class WalletSendTest(BitcoinTestFramework):
|
|||
res = self.nodes[0].sendrawtransaction(hex)
|
||||
self.nodes[0].generate(1)
|
||||
assert_equal(self.nodes[0].gettransaction(txid)["confirmations"], 1)
|
||||
self.sync_all()
|
||||
|
||||
self.log.info("Lock unspents...")
|
||||
utxo1 = w0.listunspent()[0]
|
||||
|
|
Loading…
Reference in a new issue