fix typos
This commit is contained in:
parent
9c4f9416d5
commit
7785d16919
@ -7161,7 +7161,7 @@ type Hop struct {
|
|||||||
//this field MUST be set to true for them to be encoded properly.
|
//this field MUST be set to true for them to be encoded properly.
|
||||||
TlvPayload bool `protobuf:"varint,9,opt,name=tlv_payload,json=tlvPayload,proto3" json:"tlv_payload,omitempty"`
|
TlvPayload bool `protobuf:"varint,9,opt,name=tlv_payload,json=tlvPayload,proto3" json:"tlv_payload,omitempty"`
|
||||||
//*
|
//*
|
||||||
//An optional TLV record tha singals the use of an MPP payment. If present,
|
//An optional TLV record that signals the use of an MPP payment. If present,
|
||||||
//the receiver will enforce that that the same mpp_record is included in the
|
//the receiver will enforce that that the same mpp_record is included in the
|
||||||
//final hop payload of all non-zero payments in the HTLC set. If empty, a
|
//final hop payload of all non-zero payments in the HTLC set. If empty, a
|
||||||
//regular single-shot payment is or was attempted.
|
//regular single-shot payment is or was attempted.
|
||||||
|
@ -2458,7 +2458,7 @@ message Hop {
|
|||||||
bool tlv_payload = 9;
|
bool tlv_payload = 9;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
An optional TLV record tha singals the use of an MPP payment. If present,
|
An optional TLV record that signals the use of an MPP payment. If present,
|
||||||
the receiver will enforce that that the same mpp_record is included in the
|
the receiver will enforce that that the same mpp_record is included in the
|
||||||
final hop payload of all non-zero payments in the HTLC set. If empty, a
|
final hop payload of all non-zero payments in the HTLC set. If empty, a
|
||||||
regular single-shot payment is or was attempted.
|
regular single-shot payment is or was attempted.
|
||||||
|
@ -3125,7 +3125,7 @@
|
|||||||
},
|
},
|
||||||
"mpp_record": {
|
"mpp_record": {
|
||||||
"$ref": "#/definitions/lnrpcMPPRecord",
|
"$ref": "#/definitions/lnrpcMPPRecord",
|
||||||
"description": "*\nAn optional TLV record tha singals the use of an MPP payment. If present,\nthe receiver will enforce that that the same mpp_record is included in the\nfinal hop payload of all non-zero payments in the HTLC set. If empty, a\nregular single-shot payment is or was attempted."
|
"description": "*\nAn optional TLV record that signals the use of an MPP payment. If present,\nthe receiver will enforce that that the same mpp_record is included in the\nfinal hop payload of all non-zero payments in the HTLC set. If empty, a\nregular single-shot payment is or was attempted."
|
||||||
},
|
},
|
||||||
"custom_records": {
|
"custom_records": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
Loading…
Reference in New Issue
Block a user