We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a18c58 commit d4db804Copy full SHA for d4db804
tests/test_rpc.py
@@ -88,6 +88,7 @@ def test_create_spend(minisafed, bitcoind):
88
bitcoind.generate_block(1, wait_for_mempool=txid)
89
txid = bitcoind.rpc.sendtoaddress(addr, 0.3556)
90
91
+ wait_for(lambda: len(minisafed.rpc.listcoins()["coins"]) == 16)
92
93
# Stop the daemon, should be a no-op
94
minisafed.stop()
0 commit comments