1
0

Add option for support_large_channels.

max_funding_sats is a config variable and defaults to the old value.
This commit is contained in:
ThomasV
2023-01-25 17:52:38 +01:00
parent 1ce50b9dee
commit 40f2087ac3
7 changed files with 15 additions and 15 deletions

View File

@@ -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):