qml: refactor OpenChannel to dialog, fix lifecycle/race conditions swap & openchannel
This commit is contained in:
@@ -71,7 +71,7 @@ class QEChannelOpener(QObject, AuthMixin):
|
||||
@amount.setter
|
||||
def amount(self, amount: QEAmount):
|
||||
if self._amount != amount:
|
||||
self._amount = amount
|
||||
self._amount.copyFrom(amount)
|
||||
self.amountChanged.emit()
|
||||
self.validate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user