mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
lnwallet: add awareness of taproot overlay chan type to reservations
This commit is contained in:
@@ -983,7 +983,7 @@ func (l *LightningWallet) handleFundingReserveRequest(req *InitFundingReserveMsg
|
||||
TaprootPubkey, true, DefaultAccountName,
|
||||
)
|
||||
},
|
||||
Musig2: req.CommitType == CommitmentTypeSimpleTaproot,
|
||||
Musig2: req.CommitType.IsTaproot(),
|
||||
}
|
||||
fundingIntent, err = req.ChanFunder.ProvisionChannel(
|
||||
fundingReq,
|
||||
|
Reference in New Issue
Block a user