commit 2db0ad10db7ae2a55900d06c3f788d01507d678e
parent e9829563d3d27d1795311252e0b36fe8d9929ecc
Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 26 Jun 2020 15:34:11 +0200
qt balance str: replace unicode char for LN symbol
closes #6265
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py
@@ -968,7 +968,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
text += " [%s unmatured]"%(self.format_amount(x, is_diff=True).strip())
if self.wallet.has_lightning():
l = self.wallet.lnworker.get_balance()
- text += u' \U0001f5f2 %s'%(self.format_amount_and_units(l).strip())
+ text += u' \U000026a1 %s'%(self.format_amount_and_units(l).strip())
# append fiat balance and price
if self.fx.is_enabled():
text += self.fx.get_fiat_status_text(c + u + x,