lnd/lnwallet/chanfunding
Olaoluwa Osuntokun 95d627af4e
lnwallet/chanfunding: update assemblers to support musig2
In this commit, we update the set of intents and assemblers to recognize
musig2. For this change, we use a new bool, `musig2`, then use that to
determine if we need to use the new taproot funding scripts or not.
2023-08-22 16:30:42 -07:00
..
assembler.go lnwallet/chanfunding: update assemblers to support musig2 2023-08-22 16:30:42 -07:00
canned_assembler.go lnwallet/chanfunding: update assemblers to support musig2 2023-08-22 16:30:42 -07:00
coin_select.go chanfunding: fix typo 2023-07-24 13:07:01 +02:00
coin_select_test.go chanfunding: allow to set a reserved amount not used for funding 2023-04-05 23:10:03 +02:00
log.go lnwallet/chanfunding: introduce new channel funding abstractions 2019-12-02 17:11:32 -06:00
psbt_assembler.go lnwallet/chanfunding: update assemblers to support musig2 2023-08-22 16:30:42 -07:00
psbt_assembler_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
wallet_assembler.go lnwallet/chanfunding: update assemblers to support musig2 2023-08-22 16:30:42 -07:00