Background
When looking up the context of chain transactions, I want to relate each chain transaction id to a specific action such as a direct spend, a direct receive, a sweep, a channel open, etc.
For sweep transaction ids, it's difficult to determine given the transaction listed in listchaintxns that the transaction is a a sweep transaction because its id isn't listed in the closedchannels listing.
As a rough workaround, the sweep transaction can be fetched and its inputs evaluated to trace back to a closing_tx_hash
Background
When looking up the context of chain transactions, I want to relate each chain transaction id to a specific action such as a direct spend, a direct receive, a sweep, a channel open, etc.
For sweep transaction ids, it's difficult to determine given the transaction listed in
listchaintxnsthat the transaction is a a sweep transaction because its id isn't listed in the closedchannels listing.As a rough workaround, the sweep transaction can be fetched and its inputs evaluated to trace back to a
closing_tx_hash