getinfo doesn't show inactive lnd channels, channelbalance does #1130
Labels
bug
Something isn't working
good first issue
Good for newcomers
lightning
Lightning network & lnd integration
P2
mid priority
Background
Inactive lnd channels don't show up in
xucli getinfo
under "inactive" but inxucli channelbalance
. Tested on native simnet with both,lndbtc
&lndltc
.Your environment
xud
: latest master (HEAD 3c46327
)uname -a
on *Nix): ubuntu 18.04.3btcd
,bitcoind
,ltcd
,litecoind
,geth
,parity
,raiden
,lnd
or other chain backend: native simnetSteps to reproduce
xud.log
Expected behaviour
10 (3.4548 inactive)
when there are inactive channels with balance. Since there also can be apending
state, worst case it's10 BTC (3.4548 inactive | 0.4 pending)
If all channels are active, output stays as is without any paranthesis.
Dependency: #1062
The text was updated successfully, but these errors were encountered: