diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 9c3c8d8d..1ead4a07 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1723,7 +1723,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.payto_e.setFrozen(True) self.payto_e.setText(pubkey) self.message_e.setText(description) - self.amount_e.setAmount(lnaddr.amount) + self.amount_e.setAmount(lnaddr.amount * COIN) #self.amount_e.textEdited.emit("") self.payto_e.is_lightning = True