Skip to content

Commit

Permalink
test: Fix intermittent issue in wallet_listsinceblock
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 5, 2020
1 parent f5cdc29 commit 4444128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/wallet_listsinceblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def test_double_spend(self):
address = key_to_p2wpkh(eckey.get_pubkey().get_bytes())
self.nodes[2].sendtoaddress(address, 10)
self.nodes[2].generate(6)
self.sync_all()
self.nodes[2].importprivkey(privkey)
utxos = self.nodes[2].listunspent()
utxo = [u for u in utxos if u["address"] == address][0]
Expand Down

0 comments on commit 4444128

Please sign in to comment.