Move HTLCDescriptor to sign module
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Mon, 16 Oct 2023 19:21:52 +0000 (12:21 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 20 Oct 2023 22:32:16 +0000 (15:32 -0700)
commitb06a652e585735b3d37a795b03c0246026baa1e2
treee977d4e5e003e6baf0b60dcd2cc20af6ea48615e
parentaae4e7c0cab7f30e38b06a2314eea505389eefe1
Move HTLCDescriptor to sign module

Now that `HTLCDescriptor` is no longer specific to anchors, it doesn't
make sense for it to live in the `bump_transaction` module anymore.
lightning/src/chain/channelmonitor.rs
lightning/src/chain/onchaintx.rs
lightning/src/events/bump_transaction.rs
lightning/src/ln/channel.rs
lightning/src/sign/mod.rs
lightning/src/util/test_channel_signer.rs