ThomasV
6 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/history_list.py
|
|
@ -293,7 +293,7 @@ class HistoryModel(QAbstractItemModel, Logger): |
|
|
|
ln_value = tx_item['amount_msat']/1000. |
|
|
|
if txid and txid in transactions: |
|
|
|
item = transactions[txid] |
|
|
|
item['label'] = tx_item['label'] + ' (%s)'%self.parent.format_amount_and_units(tx_item['amount_msat']/1000) |
|
|
|
item['label'] = tx_item['label'] |
|
|
|
item['ln_value'] = Satoshis(ln_value) |
|
|
|
item['balance_msat'] = tx_item['balance_msat'] |
|
|
|
else: |
|
|
|