Lnd: [Feature Request] ChannelBalance displays total_local_balance and total_remote_balance

Created on 26 Nov 2019  路  3Comments  路  Source: lightningnetwork/lnd

Steps to reproduce

call ChannelBalance

Expected behaviour

returns:

balance | int64 | Sum of channels balances denominated in satoshis
pending_open_balance | int64 | Sum of channels pending balances denominated in satoshis
total_local_balance | int64 | Sum of channels local balances
total_remote_balance | int64 | Sum of channels remote balances
total_on_hold_balance | int64 | Sum of channels on_hold balances see https://github.com/lightningnetwork/lnd/issues/3764

Actual behaviour

returns:

balance | int64 | Sum of channels balances denominated in satoshis
pending_open_balance | int64 | Sum of channels pending balances denominated in satoshis

P3 channels rpc

Most helpful comment

working on this one

All 3 comments

This remains unaddressed.

Highly interested in this feature too. Workarounds (like iterating through listchannels) are very inefficient.

working on this one

Was this page helpful?
0 / 5 - 0 ratings