1
0

Merge pull request #9703 from f321x/open_channel_dialog_fix

qml: call QEChannelOpener.validate() on updateMaxAmount
This commit is contained in:
accumulator
2025-04-07 11:58:13 +02:00
committed by GitHub

View File

@@ -261,5 +261,6 @@ class QEChannelOpener(QObject, AuthMixin):
self.maxAmountMessage.emit(message)
finally:
self._updating_max = False
self.validate()
threading.Thread(target=calc_max, daemon=True).start()