mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
lnrpc+rpcserver: add musig2 to ChanPointShim
This commit is contained in:
@ -1824,7 +1824,7 @@ func newFundingShimAssembler(chanPointShim *lnrpc.ChanPointShim, initiator bool,
|
||||
return chanfunding.NewCannedAssembler(
|
||||
chanPointShim.ThawHeight, *chanPoint,
|
||||
btcutil.Amount(chanPointShim.Amt), &localKeyDesc,
|
||||
remoteKey, initiator, false,
|
||||
remoteKey, initiator, chanPointShim.Musig2,
|
||||
), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user