typo
This commit is contained in:
parent
158c354a27
commit
443ce6352b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class LbryWalletManager(BaseWalletManager):
|
||||||
'abandon_info': []
|
'abandon_info': []
|
||||||
}
|
}
|
||||||
if all([txi.txo_ref.txo is not None for txi in tx.inputs]):
|
if all([txi.txo_ref.txo is not None for txi in tx.inputs]):
|
||||||
item['value'] -= dewies_to_lbc(tx.net_account_balance - tx.fee)
|
item['value'] = dewies_to_lbc(tx.net_account_balance - tx.fee)
|
||||||
item['fee'] = dewies_to_lbc(tx.fee)
|
item['fee'] = dewies_to_lbc(tx.fee)
|
||||||
else:
|
else:
|
||||||
item['value'] = dewies_to_lbc(tx.net_account_balance)
|
item['value'] = dewies_to_lbc(tx.net_account_balance)
|
||||||
|
|
Loading…
Reference in a new issue