Skip to content

Commit

Permalink
Merge bitcoin#20322: test: Fix intermittent issue in wallet_listsince…
Browse files Browse the repository at this point in the history
…block

4444128 test: Fix intermittent issue in wallet_listsinceblock (MarcoFalke)

Pull request description:

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

Tree-SHA512: 86d47b1e3c8681dd479654589c894016ac81a3c96a34c3b4a75278b2af85054ea8c6f768e518a5322a4928d82d5e99105bbce0f4fa6a7a18c40e3e0799f9ab54
  • Loading branch information
MarcoFalke authored and PastaPastaPasta committed Mar 22, 2024
1 parent 2397209 commit 4afbaf2
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 @@ -192,6 +192,7 @@ def test_double_spend(self):
address = key_to_p2pkh(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 4afbaf2

Please sign in to comment.