diff --git a/lnrpc/signrpc/signer.pb.go b/lnrpc/signrpc/signer.pb.go index 63bc5212..f4811bd7 100644 --- a/lnrpc/signrpc/signer.pb.go +++ b/lnrpc/signrpc/signer.pb.go @@ -385,7 +385,7 @@ func (m *SignResp) GetRawSigs() [][]byte { type InputScript struct { // The serializes witness stack for the specified input. Witness [][]byte `protobuf:"bytes,1,rep,name=witness,proto3" json:"witness,omitempty"` - //* + // //The optional sig script for the specified witness that will only be set if //the input specified is a nested p2sh witness program. SigScript []byte `protobuf:"bytes,2,opt,name=sig_script,json=sigScript,proto3" json:"sig_script,omitempty"` diff --git a/lnrpc/signrpc/signer.proto b/lnrpc/signrpc/signer.proto index 19652c98..84409040 100644 --- a/lnrpc/signrpc/signer.proto +++ b/lnrpc/signrpc/signer.proto @@ -167,7 +167,7 @@ message InputScript { // The serializes witness stack for the specified input. repeated bytes witness = 1; - /** + /* The optional sig script for the specified witness that will only be set if the input specified is a nested p2sh witness program. */ diff --git a/lnrpc/signrpc/signer.swagger.json b/lnrpc/signrpc/signer.swagger.json index 00fd70f0..fabf1d9a 100644 --- a/lnrpc/signrpc/signer.swagger.json +++ b/lnrpc/signrpc/signer.swagger.json @@ -30,7 +30,7 @@ "sig_script": { "type": "string", "format": "byte", - "description": "*\nThe optional sig script for the specified witness that will only be set if\nthe input specified is a nested p2sh witness program." + "description": "The optional sig script for the specified witness that will only be set if\nthe input specified is a nested p2sh witness program." } } },