]> git.bitcoin.ninja Git - rust-lightning/commit
Add interactive tx constructor to all V2-related channel structs
authorDuncan Dean <git@dunxen.dev>
Fri, 6 Oct 2023 11:05:17 +0000 (13:05 +0200)
committerDuncan Dean <git@dunxen.dev>
Mon, 18 Nov 2024 13:19:00 +0000 (15:19 +0200)
commitbb81598cba0a479b943f0fc885a38d741ef1e7b1
tree191081121efb8354755ab0af9745437de8b748b2
parent7e23afc9a817444cd72ad9ba50fe692949ab48c8
Add interactive tx constructor to all V2-related channel structs

Here we add the `interactive_tx_constructor` field to the `Channel`,
`OutboundV2Channel`, and `InboundV2Channel` structs.
lightning/src/ln/channel.rs