Skip to content

Commit 4444128

Browse files
author
MarcoFalke
committed
test: Fix intermittent issue in wallet_listsinceblock
1 parent f5cdc29 commit 4444128

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)