mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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)
|
res = self.nodes[0].sendrawtransaction(hex)
|
||||||
self.nodes[0].generate(1)
|
self.nodes[0].generate(1)
|
||||||
assert_equal(self.nodes[0].gettransaction(txid)["confirmations"], 1)
|
assert_equal(self.nodes[0].gettransaction(txid)["confirmations"], 1)
|
||||||
|
self.sync_all()
|
||||||
|
|
||||||
self.log.info("Lock unspents...")
|
self.log.info("Lock unspents...")
|
||||||
utxo1 = w0.listunspent()[0]
|
utxo1 = w0.listunspent()[0]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue