lnwallet: set new musig2 bool for chanfunding.Request in handleFundingReserveRequest

This commit is contained in:
Olaoluwa Osuntokun 2023-01-19 17:08:39 -08:00
parent 5e511e35fd
commit 9e8b00241f
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -915,6 +915,7 @@ func (l *LightningWallet) handleFundingReserveRequest(req *InitFundingReserveMsg
TaprootPubkey, true, DefaultAccountName,
)
},
Musig2: req.CommitType == CommitmentTypeSimpleTaproot,
}
fundingIntent, err = req.ChanFunder.ProvisionChannel(
fundingReq,