You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: