forked from LBRYCommunity/lbry-sdk
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': []
|
||||
}
|
||||
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)
|
||||
else:
|
||||
item['value'] = dewies_to_lbc(tx.net_account_balance)
|
||||
|
|
Loading…
Reference in a new issue