From ad5f1404cb5ae177ed5b689660e39020cff1429c Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Mon, 13 Apr 2020 10:20:22 +0200 Subject: [PATCH] lnrpc: remove experimental tag from payment htlcs --- lnrpc/rpc.pb.go | 2 +- lnrpc/rpc.proto | 2 +- lnrpc/rpc.swagger.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lnrpc/rpc.pb.go b/lnrpc/rpc.pb.go index 10f9a7cd..2c55f6b0 100644 --- a/lnrpc/rpc.pb.go +++ b/lnrpc/rpc.pb.go @@ -9556,7 +9556,7 @@ type Payment struct { 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. 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"` //* //The creation index of this payment. Each payment can be uniquely identified diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index 1317b964..7f58e59e 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -3136,7 +3136,7 @@ message Payment { /// The time in UNIX nanoseconds at which the payment was created. 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; /** diff --git a/lnrpc/rpc.swagger.json b/lnrpc/rpc.swagger.json index 90859472..189fb6f0 100644 --- a/lnrpc/rpc.swagger.json +++ b/lnrpc/rpc.swagger.json @@ -3987,7 +3987,7 @@ "items": { "$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": { "type": "string",