mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
follow-up 17a893441a
: satoshis
This commit is contained in:
parent
eaf4810220
commit
8480989fb7
1 changed files with 2 additions and 2 deletions
|
@ -1004,8 +1004,8 @@ class Commands:
|
|||
'remote_balance': chan.balance(REMOTE)//1000,
|
||||
'local_reserve': chan.config[LOCAL].reserve_sat,
|
||||
'remote_reserve': chan.config[REMOTE].reserve_sat,
|
||||
'local_unsettled_sent': chan.unsettled_sent_balance(LOCAL),
|
||||
'remote_unsettled_sent': chan.unsettled_sent_balance(REMOTE),
|
||||
'local_unsettled_sent': chan.unsettled_sent_balance(LOCAL)//1000,
|
||||
'remote_unsettled_sent': chan.unsettled_sent_balance(REMOTE)//1000,
|
||||
} for channel_id, chan in l
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue