Add option for support_large_channels.
max_funding_sats is a config variable and defaults to the old value.
This commit is contained in:
@@ -141,7 +141,7 @@ class QEChannelOpener(QObject, AuthMixin):
|
||||
return False
|
||||
return True
|
||||
|
||||
# FIXME "max" button in amount_dialog should enforce LN_MAX_FUNDING_SAT
|
||||
# FIXME "max" button in amount_dialog should enforce LIGHTNING_MAX_FUNDING_SAT
|
||||
@pyqtSlot()
|
||||
@pyqtSlot(bool)
|
||||
def openChannel(self, confirm_backup_conflict=False):
|
||||
|
||||
Reference in New Issue
Block a user