lnrpc: remove experimental tag from payment htlcs

This commit is contained in:
Joost Jager 2020-04-13 10:20:22 +02:00
parent d451ef4ee1
commit ad5f1404cb
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7
3 changed files with 3 additions and 3 deletions

@ -9556,7 +9556,7 @@ type Payment struct {
FeeMsat int64 `protobuf:"varint,12,opt,name=fee_msat,json=feeMsat,proto3" json:"fee_msat,omitempty"` FeeMsat int64 `protobuf:"varint,12,opt,name=fee_msat,json=feeMsat,proto3" json:"fee_msat,omitempty"`
/// The time in UNIX nanoseconds at which the payment was created. /// The time in UNIX nanoseconds at which the payment was created.
CreationTimeNs int64 `protobuf:"varint,13,opt,name=creation_time_ns,json=creationTimeNs,proto3" json:"creation_time_ns,omitempty"` CreationTimeNs int64 `protobuf:"varint,13,opt,name=creation_time_ns,json=creationTimeNs,proto3" json:"creation_time_ns,omitempty"`
/// The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. /// The HTLCs made in attempt to settle the payment.
Htlcs []*HTLCAttempt `protobuf:"bytes,14,rep,name=htlcs,proto3" json:"htlcs,omitempty"` Htlcs []*HTLCAttempt `protobuf:"bytes,14,rep,name=htlcs,proto3" json:"htlcs,omitempty"`
//* //*
//The creation index of this payment. Each payment can be uniquely identified //The creation index of this payment. Each payment can be uniquely identified

@ -3136,7 +3136,7 @@ message Payment {
/// The time in UNIX nanoseconds at which the payment was created. /// The time in UNIX nanoseconds at which the payment was created.
int64 creation_time_ns = 13; int64 creation_time_ns = 13;
/// The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. /// The HTLCs made in attempt to settle the payment.
repeated HTLCAttempt htlcs = 14; repeated HTLCAttempt htlcs = 14;
/** /**

@ -3987,7 +3987,7 @@
"items": { "items": {
"$ref": "#/definitions/lnrpcHTLCAttempt" "$ref": "#/definitions/lnrpcHTLCAttempt"
}, },
"description": "/ The HTLCs made in attempt to settle the payment [EXPERIMENTAL]." "description": "/ The HTLCs made in attempt to settle the payment."
}, },
"payment_index": { "payment_index": {
"type": "string", "type": "string",