mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
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.
|
||||
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
|
||||
//final hop payload of all non-zero payments in the HTLC set. If empty, a
|
||||
//regular single-shot payment is or was attempted.
|
||||
|
@ -2458,7 +2458,7 @@ message Hop {
|
||||
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
|
||||
final hop payload of all non-zero payments in the HTLC set. If empty, a
|
||||
regular single-shot payment is or was attempted.
|
||||
|
@ -3125,7 +3125,7 @@
|
||||
},
|
||||
"mpp_record": {
|
||||
"$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": {
|
||||
"type": "object",
|
||||
|
Loading…
Reference in New Issue
Block a user