Closed
Description
Currently, users can decide to prune their ChannelMonitor
s if a call to get_claimable_balances
returns empty. This is only safe to do so in certain scenarios though, as we can also return empty if the channel is either still unconfirmed or it has confirmed but we don't have a to_self
balance (like in the case of an inbound channel) and no HTLCs are present in our latest commitment transaction.
Metadata
Metadata
Assignees
Labels
No labels