Currently the lnd channel overview shows 3 values: Active, Pending, Closed no matter if any of these categories actually have channels. In the example below I just started the environment and my channels were inactive for some minutes - I couldn't see them in the formatted output.
This issue is about showing Pending, Inactive & Closed channels if there are non-zero values for these fields in the formatted output, don't show these if the value is 0. Active is always shown, no matter if zero or non-zero.
Currently the lnd channel overview shows 3 values:
Active
,Pending
,Closed
no matter if any of these categories actually have channels. In the example below I just started the environment and my channels were inactive for some minutes - I couldn't see them in the formatted output.Formatted:
JSON:
This issue is about showing
Pending
,Inactive
&Closed
channels if there are non-zero values for these fields in the formatted output, don't show these if the value is 0.Active
is always shown, no matter if zero or non-zero.