mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-18 21:14:40 +01:00
signerrpc: replace double asterix comment
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user