mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
rpc: include pending close channels in total limbo balance
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user