diff --git a/rpcserver.go b/rpcserver.go index 2129f3f1..ac54c5d3 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -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: