rpc: include pending close channels in total limbo balance
This commit is contained in:
parent
1124b4556f
commit
57f576bbf1
@ -951,6 +951,8 @@ func (r *rpcServer) PendingChannels(ctx context.Context,
|
||||
},
|
||||
)
|
||||
|
||||
resp.TotalLimboBalance += channel.LocalBalance
|
||||
|
||||
// If the channel was force closed, then we'll need to query
|
||||
// the utxoNursery for additional information.
|
||||
case channeldb.ForceClose:
|
||||
|
Loading…
Reference in New Issue
Block a user