ThomasV
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/main_window.py
|
|
@ -1880,7 +1880,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): |
|
|
|
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 |
|
|
|
|
|
|
|