mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
pyln-testing: fundbalancedchannel default total_capacity to FUNDAMOUNT
This commit is contained in:
parent
407d4d2922
commit
fb0027e314
@ -868,7 +868,7 @@ class LightningNode(object):
|
||||
self.daemon.wait_for_log('Owning output .* txid {} CONFIRMED'.format(txid))
|
||||
return addr, txid
|
||||
|
||||
def fundbalancedchannel(self, remote_node, total_capacity, announce=True):
|
||||
def fundbalancedchannel(self, remote_node, total_capacity=FUNDAMOUNT, announce=True):
|
||||
'''
|
||||
Creates a perfectly-balanced channel, as all things should be.
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user