mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
pytest: fundwallet tighten up, make sure we see CONFIRMED
in log line
This commit is contained in:
parent
245807a085
commit
24f43e5910
@ -441,7 +441,7 @@ class LightningNode(object):
|
||||
addr = self.rpc.newaddr(addrtype)[addrtype]
|
||||
txid = self.bitcoin.rpc.sendtoaddress(addr, sats / 10**8)
|
||||
self.bitcoin.generate_block(1)
|
||||
self.daemon.wait_for_log('Owning output .* txid {}'.format(txid))
|
||||
self.daemon.wait_for_log('Owning output .* txid {} CONFIRMED'.format(txid))
|
||||
return addr, txid
|
||||
|
||||
def getactivechannels(self):
|
||||
|
Loading…
Reference in New Issue
Block a user