Skip to content

Commit 42f950c

Browse files
author
MarcoFalke
committed
Merge #20322: test: Fix intermittent issue in wallet_listsinceblock
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
2 parents 0b69bb9 + 4444128 commit 42f950c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_listsinceblock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def test_double_spend(self):
191191
address = key_to_p2wpkh(eckey.get_pubkey().get_bytes())
192192
self.nodes[2].sendtoaddress(address, 10)
193193
self.nodes[2].generate(6)
194+
self.sync_all()
194195
self.nodes[2].importprivkey(privkey)
195196
utxos = self.nodes[2].listunspent()
196197
utxo = [u for u in utxos if u["address"] == address][0]

0 commit comments

Comments
 (0)