lnd/lnwallet/chancloser
Olaoluwa Osuntokun 82ba5bf0bf
lnwallet+peer: add tapscript root awareness to musig2 sessions
With this commit, the channel is now aware of if it's a musig2 channel, that also has a tapscript root. We'll need to always pass in the tapscript root each time we: make the funding output, sign a new state, and also verify a new state.
2024-08-28 11:52:31 +02:00
..
chancloser_test.go lnwallet+peer: add tapscript root awareness to musig2 sessions 2024-08-28 11:52:31 +02:00
chancloser.go multi: refactor lnwallet/channel.go to use ChannelParty in select places 2024-07-31 14:50:26 -07:00
interface.go multi: refactor lnwallet/channel.go to use ChannelParty in select places 2024-07-31 14:50:26 -07:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00