From 84a8b6af1f168e8115786134661b66f19b5419f4 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 2 Jun 2020 16:31:16 +0200 Subject: [PATCH] follow-up 1c436bbc220c54aa1095ee8c078185da628b4a3a --- electrum/gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index d2bc37f2b..829a0e38f 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -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("")