Skip to content

Commit

Permalink
Merge #20322: test: Fix intermittent issue in wallet_listsinceblock
Browse files Browse the repository at this point in the history
4444128 test: Fix intermittent issue in wallet_listsinceblock (MarcoFalke)

Pull request description:

ACKs for top commit:
  Empact:
    Code Review ACK bitcoin/bitcoin@4444128

Tree-SHA512: 86d47b1e3c8681dd479654589c894016ac81a3c96a34c3b4a75278b2af85054ea8c6f768e518a5322a4928d82d5e99105bbce0f4fa6a7a18c40e3e0799f9ab54
  • Loading branch information
MarcoFalke committed Nov 10, 2020
2 parents 0b69bb9 + 4444128 commit 42f950c
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 42f950c

Please sign in to comment.