-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
good first issueGood for newcomersGood for newcomers
Milestone
Description
What
There currently isn't a way to link SpendableOutputs and ChannelMonitor. One can get around this by checking a ChannelMonitor's claimable balances
ldkService.getChannelMonitors().filter { it._claimable_balances.isEmpty() }
Why
The channel_id should be added to SpendableOutputs event which could be persisted so clients of LDK can:
- easily prune its corresponding ChannelMonitor after processing this event
- confirm with a database query if a ChannelMonitor is safe to prune
- reconcile funds using database queries
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers