mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
pyln-testing: fundbalancedchannel default total_capacity to FUNDAMOUNT
This commit is contained in:
committed by
Rusty Russell
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.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user