mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +02:00
@@ -1231,7 +1231,7 @@ type MuSig2CombineKeysRequest struct {
|
||||
// session. The list will always be sorted lexicographically internally. This
|
||||
// must include the local key which is described by the above key_loc.
|
||||
AllSignerPubkeys [][]byte `protobuf:"bytes,1,rep,name=all_signer_pubkeys,json=allSignerPubkeys,proto3" json:"all_signer_pubkeys,omitempty"`
|
||||
// A series of optional generic tweaks to be applied to the the aggregated
|
||||
// A series of optional generic tweaks to be applied to the aggregated
|
||||
// public key.
|
||||
Tweaks []*TweakDesc `protobuf:"bytes,2,rep,name=tweaks,proto3" json:"tweaks,omitempty"`
|
||||
// An optional taproot specific tweak that must be specified if the MuSig2
|
||||
@@ -1391,7 +1391,7 @@ type MuSig2SessionRequest struct {
|
||||
// An optional list of all public nonces of other signing participants that
|
||||
// might already be known.
|
||||
OtherSignerPublicNonces [][]byte `protobuf:"bytes,3,rep,name=other_signer_public_nonces,json=otherSignerPublicNonces,proto3" json:"other_signer_public_nonces,omitempty"`
|
||||
// A series of optional generic tweaks to be applied to the the aggregated
|
||||
// A series of optional generic tweaks to be applied to the aggregated
|
||||
// public key.
|
||||
Tweaks []*TweakDesc `protobuf:"bytes,4,rep,name=tweaks,proto3" json:"tweaks,omitempty"`
|
||||
// An optional taproot specific tweak that must be specified if the MuSig2
|
||||
|
||||
@@ -487,7 +487,7 @@ message MuSig2CombineKeysRequest {
|
||||
repeated bytes all_signer_pubkeys = 1;
|
||||
|
||||
/*
|
||||
A series of optional generic tweaks to be applied to the the aggregated
|
||||
A series of optional generic tweaks to be applied to the aggregated
|
||||
public key.
|
||||
*/
|
||||
repeated TweakDesc tweaks = 2;
|
||||
@@ -551,7 +551,7 @@ message MuSig2SessionRequest {
|
||||
repeated bytes other_signer_public_nonces = 3;
|
||||
|
||||
/*
|
||||
A series of optional generic tweaks to be applied to the the aggregated
|
||||
A series of optional generic tweaks to be applied to the aggregated
|
||||
public key.
|
||||
*/
|
||||
repeated TweakDesc tweaks = 4;
|
||||
|
||||
@@ -509,7 +509,7 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/signrpcTweakDesc"
|
||||
},
|
||||
"description": "A series of optional generic tweaks to be applied to the the aggregated\npublic key."
|
||||
"description": "A series of optional generic tweaks to be applied to the aggregated\npublic key."
|
||||
},
|
||||
"taproot_tweak": {
|
||||
"$ref": "#/definitions/signrpcTaprootTweakDesc",
|
||||
@@ -627,7 +627,7 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/signrpcTweakDesc"
|
||||
},
|
||||
"description": "A series of optional generic tweaks to be applied to the the aggregated\npublic key."
|
||||
"description": "A series of optional generic tweaks to be applied to the aggregated\npublic key."
|
||||
},
|
||||
"taproot_tweak": {
|
||||
"$ref": "#/definitions/signrpcTaprootTweakDesc",
|
||||
|
||||
Reference in New Issue
Block a user