mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
kivy: do not remove fee from tx value in history (minor)
This commit is contained in:
parent
7b828359c6
commit
79de0489e3
1 changed files with 0 additions and 2 deletions
|
@ -159,8 +159,6 @@ class HistoryScreen(CScreen):
|
||||||
ri['fee_text'] = fee_text
|
ri['fee_text'] = fee_text
|
||||||
value = tx_item['value'].value
|
value = tx_item['value'].value
|
||||||
if value is not None:
|
if value is not None:
|
||||||
if fee is not None:
|
|
||||||
value = value + int(fee)
|
|
||||||
ri['is_mine'] = value <= 0
|
ri['is_mine'] = value <= 0
|
||||||
ri['amount'] = self.app.format_amount(value, is_diff = True)
|
ri['amount'] = self.app.format_amount(value, is_diff = True)
|
||||||
if 'fiat_value' in tx_item:
|
if 'fiat_value' in tx_item:
|
||||||
|
|
Loading…
Add table
Reference in a new issue