mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
parent
e9829563d3
commit
2db0ad10db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue