mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 09:58:39 +02:00
lnwallet: set new musig2 bool for chanfunding.Request in handleFundingReserveRequest
This commit is contained in:
parent
5e511e35fd
commit
9e8b00241f
@ -915,6 +915,7 @@ func (l *LightningWallet) handleFundingReserveRequest(req *InitFundingReserveMsg
|
||||
TaprootPubkey, true, DefaultAccountName,
|
||||
)
|
||||
},
|
||||
Musig2: req.CommitType == CommitmentTypeSimpleTaproot,
|
||||
}
|
||||
fundingIntent, err = req.ChanFunder.ProvisionChannel(
|
||||
fundingReq,
|
||||
|
Loading…
x
Reference in New Issue
Block a user