lnrpc+rpcserver: add musig2 to ChanPointShim

This commit is contained in:
Oliver Gugger
2023-09-25 17:24:22 +02:00
parent ebf98c6d51
commit d94ae3f509
4 changed files with 1926 additions and 1907 deletions

View File

@ -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
}