Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience method for checking whether transaction is closing transaction #3548

Closed
tnull opened this issue Jan 16, 2025 · 1 comment
Closed
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment

Comments

@tnull
Copy link
Contributor

tnull commented Jan 16, 2025

We don't have an easy way to classify whether any given transaction is actually a channel closing (forced or otherwise).

In order to find out, we would need to keep track of all SpendableOutputDescriptors and match them, etc.

It would be great if ChannelMonitors/ChainMonitor could have a convenience method that would allow us to test whether a transaction closed the given channel (and possibly how it did).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Take a Friday Leave a Friday Stomp the Bugs, Without Much Commitment
Projects
None yet
Development

No branches or pull requests

1 participant