signerrpc: replace double asterix comment

This commit is contained in:
carla 2020-05-13 09:19:27 +02:00
parent 5f38d8c316
commit da56328372
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
3 changed files with 3 additions and 3 deletions

@ -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"`

@ -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.
*/

@ -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."
}
}
},