1
0

call QEChannelOpener.validate() on updateMaxAmount

This commit is contained in:
f321x
2025-04-07 10:16:48 +02:00
parent 282c4561ff
commit 8b7e967555

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()