mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
follow-up 1c436bbc22
This commit is contained in:
parent
0878fe08f7
commit
84a8b6af1f
1 changed files with 1 additions and 1 deletions
|
@ -1783,7 +1783,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
else:
|
||||
self.payto_e.setExpired()
|
||||
self.payto_e.setText(pr.get_requestor())
|
||||
self.amount_e.setText(format_satoshis_plain(pr.get_amount(), self.decimal_point))
|
||||
self.amount_e.setAmount(pr.get_amount())
|
||||
self.message_e.setText(pr.get_memo())
|
||||
# signal to set fee
|
||||
self.amount_e.textEdited.emit("")
|
||||
|
|
Loading…
Add table
Reference in a new issue