diff --git a/src/sakia/gui/navigation/txhistory/model.py b/src/sakia/gui/navigation/txhistory/model.py index 52b853a371da620d94478e887a96e05a6c5e8a0d..65820b2e0e27bce74ae945e8de8d59abfa015fe5 100644 --- a/src/sakia/gui/navigation/txhistory/model.py +++ b/src/sakia/gui/navigation/txhistory/model.py @@ -128,7 +128,7 @@ class TxHistoryModel(QObject): amount = self.sources_service.amount(self.connection.pubkey) localized_amount = self.app.current_ref.instance( amount, self.connection.currency, self.app - ).localized(False, True) + ).localized(True, True) return localized_amount except NoPeerAvailable as e: logging.debug(str(e))