proto: remove deprecated SendPayment, SendToRoute, TrackPayment RPCs
What changed, and why it matters
This commit removes several old, previously-deprecated payment-related API methods from the Lightning Network Daemon (LND). It is a planned cleanup that breaks backward compatibility for clients still using those old methods. There is no indication in the commit that this fixes an active security vulnerability; it is primarily a maintenance and API-surface reduction change.
Operators and integrators should verify that no client software still depends on the removed RPCs or the removed outgoing_chan_id field before upgrading. Review the 0.20 and 0.21 release notes for migration guidance to the replacement routerrpc.SendPaymentV2 / TrackPaymentV2 and multi-channel outgoing_chan_ids fields.
Security signals we found
Removal of deprecated RPC surface reduces attack/exposure surface
No new code paths or privilege changes introduced
No memory-safety, cryptographic, or authorization changes visible
Hard backward-compatibility break for old clients
Evidence from the diff
The commit deletes deprecated RPC definitions (SendPayment, SendPaymentSync, SendToRoute, SendToRouteSync in lnrpc; SendPayment, SendToRoute, TrackPayment in routerrpc), associated protobuf messages (PaymentState enum, PaymentStatus, routerrpc.SendToRouteResponse), and REST annotations. It also removes the deprecated outgoing_chan_id fields from QueryRoutesRequest and SendPaymentRequest, drops the compatibility fallback in router_backend.go, and regenerates protobuf/gRPC/REST/swagger artifacts. The change is a hard removal of APIs announced for removal in the 0.21 release notes after being deprecated in 0.20.
Changed components
lnrpc/lightning.protolnrpc/lightning.pb.golnrpc/lightning_grpc.pb.golnrpc/lightning.pb.gw.golnrpc/lightning.pb.json.golnrpc/lightning.swagger.jsonlnrpc/lightning.yamllnrpc/routerrpc/router.protolnrpc/routerrpc/router.pb.golnrpc/routerrpc/router_grpc.pb.golnrpc/routerrpc/router.pb.json.golnrpc/routerrpc/router.swagger.jsonlnrpc/routerrpc/router.yamllnrpc/routerrpc/router_backend.golnrpc/routerrpc/router_backend_test.golnrpc/README.mddocs/rest/websockets.mdInspect captured patch +1496 / −3629
diff --git a/docs/rest/websockets.md b/docs/rest/websockets.md
index ff4d4a3..ec328ca 100644
--- a/docs/rest/websockets.md
+++ b/docs/rest/websockets.md
@@ -130,8 +130,8 @@ ws.on('open', function() {
// This empty message will be ignored by the channel acceptor though, this
// is just for telling the grpc-gateway library that it can forward the
// request to the gRPC interface now. If this were an RPC where the client
- // always sends the first message (for example the streaming payment RPC
- // /v1/channels/transaction-stream), we'd simply send the first "real"
+ // always sends the first message (for example the HTLC interceptor RPC
+ // /v2/router/htlcinterceptor), we'd simply send the first "real"
// message here when needed.
ws.send('{}');
});
diff --git a/lnrpc/README.md b/lnrpc/README.md
index b504525..50a6e23 100644
--- a/lnrpc/README.md
+++ b/lnrpc/README.md
@@ -69,15 +69,6 @@ description):
* Attempts to close a target channel. A channel can either be closed
cooperatively if the channel peer is online, or using a "force" close to
broadcast the latest channel state.
- * SendPayment
- * Send a payment over Lightning to a target peer.
- * SendPaymentSync
- * SendPaymentSync is the synchronous non-streaming version of SendPayment.
- * SendToRoute
- * Send a payment over Lightning to a target peer through a route explicitly
- defined by the user.
- * SendToRouteSync
- * SendToRouteSync is the synchronous non-streaming version of SendToRoute.
* AddInvoice
* Adds an invoice to the daemon. Invoices are automatically settled once
seen as an incoming HTLC.
diff --git a/lnrpc/lightning.pb.go b/lnrpc/lightning.pb.go
index 59d0191..d1f2a8a 100644
--- a/lnrpc/lightning.pb.go
+++ b/lnrpc/lightning.pb.go
@@ -927,7 +927,7 @@ func (x ChannelCloseSummary_ClosureType) Number() protoreflect.EnumNumber {
// Deprecated: Use ChannelCloseSummary_ClosureType.Descriptor instead.
func (ChannelCloseSummary_ClosureType) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{51, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{48, 0}
}
type Peer_SyncType int32
@@ -983,7 +983,7 @@ func (x Peer_SyncType) Number() protoreflect.EnumNumber {
// Deprecated: Use Peer_SyncType.Descriptor instead.
func (Peer_SyncType) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{55, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{52, 0}
}
type PeerEvent_EventType int32
@@ -1029,7 +1029,7 @@ func (x PeerEvent_EventType) Number() protoreflect.EnumNumber {
// Deprecated: Use PeerEvent_EventType.Descriptor instead.
func (PeerEvent_EventType) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{60, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{57, 0}
}
// There are three resolution states for the anchor:
@@ -1084,7 +1084,7 @@ func (x PendingChannelsResponse_ForceClosedChannel_AnchorState) Number() protore
// Deprecated: Use PendingChannelsResponse_ForceClosedChannel_AnchorState.Descriptor instead.
func (PendingChannelsResponse_ForceClosedChannel_AnchorState) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 5, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 5, 0}
}
type ChannelEventUpdate_UpdateType int32
@@ -1148,7 +1148,7 @@ func (x ChannelEventUpdate_UpdateType) Number() protoreflect.EnumNumber {
// Deprecated: Use ChannelEventUpdate_UpdateType.Descriptor instead.
func (ChannelEventUpdate_UpdateType) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{96, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{93, 0}
}
type Invoice_InvoiceState int32
@@ -1200,7 +1200,7 @@ func (x Invoice_InvoiceState) Number() protoreflect.EnumNumber {
// Deprecated: Use Invoice_InvoiceState.Descriptor instead.
func (Invoice_InvoiceState) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{140, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{137, 0}
}
type Payment_PaymentStatus int32
@@ -1262,7 +1262,7 @@ func (x Payment_PaymentStatus) Number() protoreflect.EnumNumber {
// Deprecated: Use Payment_PaymentStatus.Descriptor instead.
func (Payment_PaymentStatus) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{151, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{148, 0}
}
type HTLCAttempt_HTLCStatus int32
@@ -1311,7 +1311,7 @@ func (x HTLCAttempt_HTLCStatus) Number() protoreflect.EnumNumber {
// Deprecated: Use HTLCAttempt_HTLCStatus.Descriptor instead.
func (HTLCAttempt_HTLCStatus) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{152, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{149, 0}
}
type Failure_FailureCode int32
@@ -1445,7 +1445,7 @@ func (x Failure_FailureCode) Number() protoreflect.EnumNumber {
// Deprecated: Use Failure_FailureCode.Descriptor instead.
func (Failure_FailureCode) EnumDescriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{196, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{193, 0}
}
type LookupHtlcResolutionRequest struct {
@@ -2607,355 +2607,6 @@ func (*FeeLimit_FixedMsat) isFeeLimit_Limit() {}
func (*FeeLimit_Percent) isFeeLimit_Limit() {}
-type SendRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // The identity pubkey of the payment recipient. When using REST, this field
- // must be encoded as base64.
- Dest []byte `protobuf:"bytes,1,opt,name=dest,proto3" json:"dest,omitempty"`
- // The hex-encoded identity pubkey of the payment recipient. Deprecated now
- // that the REST gateway supports base64 encoding of bytes fields.
- //
- // Deprecated: Marked as deprecated in lightning.proto.
- DestString string `protobuf:"bytes,2,opt,name=dest_string,json=destString,proto3" json:"dest_string,omitempty"`
- // The amount to send expressed in satoshis.
- //
- // The fields amt and amt_msat are mutually exclusive.
- Amt int64 `protobuf:"varint,3,opt,name=amt,proto3" json:"amt,omitempty"`
- // The amount to send expressed in millisatoshis.
- //
- // The fields amt and amt_msat are mutually exclusive.
- AmtMsat int64 `protobuf:"varint,12,opt,name=amt_msat,json=amtMsat,proto3" json:"amt_msat,omitempty"`
- // The hash to use within the payment's HTLC. When using REST, this field
- // must be encoded as base64.
- PaymentHash []byte `protobuf:"bytes,4,opt,name=payment_hash,json=paymentHash,proto3" json:"payment_hash,omitempty"`
- // The hex-encoded hash to use within the payment's HTLC. Deprecated now
- // that the REST gateway supports base64 encoding of bytes fields.
- //
- // Deprecated: Marked as deprecated in lightning.proto.
- PaymentHashString string `protobuf:"bytes,5,opt,name=payment_hash_string,json=paymentHashString,proto3" json:"payment_hash_string,omitempty"`
- // A bare-bones invoice for a payment within the Lightning Network. With the
- // details of the invoice, the sender has all the data necessary to send a
- // payment to the recipient.
- PaymentRequest string `protobuf:"bytes,6,opt,name=payment_request,json=paymentRequest,proto3" json:"payment_request,omitempty"`
- // The CLTV delta from the current height that should be used to set the
- // timelock for the final hop.
- FinalCltvDelta int32 `protobuf:"varint,7,opt,name=final_cltv_delta,json=finalCltvDelta,proto3" json:"final_cltv_delta,omitempty"`
- // The maximum number of satoshis that will be paid as a fee of the payment.
- // This value can be represented either as a percentage of the amount being
- // sent, or as a fixed amount of the maximum fee the user is willing the pay to
- // send the payment. If not specified, lnd will use a default value of 100%
- // fees for small amounts (<=1k sat) or 5% fees for larger amounts.
- FeeLimit *FeeLimit `protobuf:"bytes,8,opt,name=fee_limit,json=feeLimit,proto3" json:"fee_limit,omitempty"`
- // The channel id of the channel that must be taken to the first hop. If zero,
- // any channel may be used.
- OutgoingChanId uint64 `protobuf:"varint,9,opt,name=outgoing_chan_id,json=outgoingChanId,proto3" json:"outgoing_chan_id,omitempty"`
- // The pubkey of the last hop of the route. If empty, any hop may be used.
- LastHopPubkey []byte `protobuf:"bytes,13,opt,name=last_hop_pubkey,json=lastHopPubkey,proto3" json:"last_hop_pubkey,omitempty"`
- // An optional maximum total time lock for the route. This should not exceed
- // lnd's `--max-cltv-expiry` setting. If zero, then the value of
- // `--max-cltv-expiry` is enforced.
- CltvLimit uint32 `protobuf:"varint,10,opt,name=cltv_limit,json=cltvLimit,proto3" json:"cltv_limit,omitempty"`
- // An optional field that can be used to pass an arbitrary set of TLV records
- // to a peer which understands the new records. This can be used to pass
- // application specific data during the payment attempt. Record types are
- // required to be in the custom range >= 65536. When using REST, the values
- // must be encoded as base64.
- DestCustomRecords map[uint64][]byte `protobuf:"bytes,11,rep,name=dest_custom_records,json=destCustomRecords,proto3" json:"dest_custom_records,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- // If set, circular payments to self are permitted.
- AllowSelfPayment bool `protobuf:"varint,14,opt,name=allow_self_payment,json=allowSelfPayment,proto3" json:"allow_self_payment,omitempty"`
- // Features assumed to be supported by the final node. All transitive feature
- // dependencies must also be set properly. For a given feature bit pair, either
- // optional or remote may be set, but not both. If this field is nil or empty,
- // the router will try to load destination features from the graph as a
- // fallback.
- DestFeatures []FeatureBit `protobuf:"varint,15,rep,packed,name=dest_features,json=destFeatures,proto3,enum=lnrpc.FeatureBit" json:"dest_features,omitempty"`
- // The payment address of the generated invoice. This is also called
- // payment secret in specifications (e.g. BOLT 11).
- PaymentAddr []byte `protobuf:"bytes,16,opt,name=payment_addr,json=paymentAddr,proto3" json:"payment_addr,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
-}
-
-func (x *SendRequest) Reset() {
- *x = SendRequest{}
- mi := &file_lightning_proto_msgTypes[16]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
-}
-
-func (x *SendRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
-}
-
-func (*SendRequest) ProtoMessage() {}
-
-func (x *SendRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[16]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
-}
-
-// Deprecated: Use SendRequest.ProtoReflect.Descriptor instead.
-func (*SendRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{16}
-}
-
-func (x *SendRequest) GetDest() []byte {
- if x != nil {
- return x.Dest
- }
- return nil
-}
-
-// Deprecated: Marked as deprecated in lightning.proto.
-func (x *SendRequest) GetDestString() string {
- if x != nil {
- return x.DestString
- }
- return ""
-}
-
-func (x *SendRequest) GetAmt() int64 {
- if x != nil {
- return x.Amt
- }
- return 0
-}
-
-func (x *SendRequest) GetAmtMsat() int64 {
- if x != nil {
- return x.AmtMsat
- }
- return 0
-}
-
-func (x *SendRequest) GetPaymentHash() []byte {
- if x != nil {
- return x.PaymentHash
- }
- return nil
-}
-
-// Deprecated: Marked as deprecated in lightning.proto.
-func (x *SendRequest) GetPaymentHashString() string {
- if x != nil {
- return x.PaymentHashString
- }
- return ""
-}
-
-func (x *SendRequest) GetPaymentRequest() string {
- if x != nil {
- return x.PaymentRequest
- }
- return ""
-}
-
-func (x *SendRequest) GetFinalCltvDelta() int32 {
- if x != nil {
- return x.FinalCltvDelta
- }
- return 0
-}
-
-func (x *SendRequest) GetFeeLimit() *FeeLimit {
- if x != nil {
- return x.FeeLimit
- }
- return nil
-}
-
-func (x *SendRequest) GetOutgoingChanId() uint64 {
- if x != nil {
- return x.OutgoingChanId
- }
- return 0
-}
-
-func (x *SendRequest) GetLastHopPubkey() []byte {
- if x != nil {
- return x.LastHopPubkey
- }
- return nil
-}
-
-func (x *SendRequest) GetCltvLimit() uint32 {
- if x != nil {
- return x.CltvLimit
- }
- return 0
-}
-
-func (x *SendRequest) GetDestCustomRecords() map[uint64][]byte {
- if x != nil {
- return x.DestCustomRecords
- }
- return nil
-}
-
-func (x *SendRequest) GetAllowSelfPayment() bool {
- if x != nil {
- return x.AllowSelfPayment
- }
- return false
-}
-
-func (x *SendRequest) GetDestFeatures() []FeatureBit {
- if x != nil {
- return x.DestFeatures
- }
- return nil
-}
-
-func (x *SendRequest) GetPaymentAddr() []byte {
- if x != nil {
- return x.PaymentAddr
- }
- return nil
-}
-
-type SendResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- PaymentError string `protobuf:"bytes,1,opt,name=payment_error,json=paymentError,proto3" json:"payment_error,omitempty"`
- PaymentPreimage []byte `protobuf:"bytes,2,opt,name=payment_preimage,json=paymentPreimage,proto3" json:"payment_preimage,omitempty"`
- PaymentRoute *Route `protobuf:"bytes,3,opt,name=payment_route,json=paymentRoute,proto3" json:"payment_route,omitempty"`
- PaymentHash []byte `protobuf:"bytes,4,opt,name=payment_hash,json=paymentHash,proto3" json:"payment_hash,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
-}
-
-func (x *SendResponse) Reset() {
- *x = SendResponse{}
- mi := &file_lightning_proto_msgTypes[17]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
-}
-
-func (x *SendResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
-}
-
-func (*SendResponse) ProtoMessage() {}
-
-func (x *SendResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[17]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
-}
-
-// Deprecated: Use SendResponse.ProtoReflect.Descriptor instead.
-func (*SendResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{17}
-}
-
-func (x *SendResponse) GetPaymentError() string {
- if x != nil {
- return x.PaymentError
- }
- return ""
-}
-
-func (x *SendResponse) GetPaymentPreimage() []byte {
- if x != nil {
- return x.PaymentPreimage
- }
- return nil
-}
-
-func (x *SendResponse) GetPaymentRoute() *Route {
- if x != nil {
- return x.PaymentRoute
- }
- return nil
-}
-
-func (x *SendResponse) GetPaymentHash() []byte {
- if x != nil {
- return x.PaymentHash
- }
- return nil
-}
-
-type SendToRouteRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- // The payment hash to use for the HTLC. When using REST, this field must be
- // encoded as base64.
- PaymentHash []byte `protobuf:"bytes,1,opt,name=payment_hash,json=paymentHash,proto3" json:"payment_hash,omitempty"`
- // An optional hex-encoded payment hash to be used for the HTLC. Deprecated now
- // that the REST gateway supports base64 encoding of bytes fields.
- //
- // Deprecated: Marked as deprecated in lightning.proto.
- PaymentHashString string `protobuf:"bytes,2,opt,name=payment_hash_string,json=paymentHashString,proto3" json:"payment_hash_string,omitempty"`
- // Route that should be used to attempt to complete the payment.
- Route *Route `protobuf:"bytes,4,opt,name=route,proto3" json:"route,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
-}
-
-func (x *SendToRouteRequest) Reset() {
- *x = SendToRouteRequest{}
- mi := &file_lightning_proto_msgTypes[18]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
-}
-
-func (x *SendToRouteRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
-}
-
-func (*SendToRouteRequest) ProtoMessage() {}
-
-func (x *SendToRouteRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[18]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
-}
-
-// Deprecated: Use SendToRouteRequest.ProtoReflect.Descriptor instead.
-func (*SendToRouteRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{18}
-}
-
-func (x *SendToRouteRequest) GetPaymentHash() []byte {
- if x != nil {
- return x.PaymentHash
- }
- return nil
-}
-
-// Deprecated: Marked as deprecated in lightning.proto.
-func (x *SendToRouteRequest) GetPaymentHashString() string {
- if x != nil {
- return x.PaymentHashString
- }
- return ""
-}
-
-func (x *SendToRouteRequest) GetRoute() *Route {
- if x != nil {
- return x.Route
- }
- return nil
-}
-
type ChannelAcceptRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
// The pubkey of the node that wishes to open an inbound channel.
@@ -3004,7 +2655,7 @@ type ChannelAcceptRequest struct {
func (x *ChannelAcceptRequest) Reset() {
*x = ChannelAcceptRequest{}
- mi := &file_lightning_proto_msgTypes[19]
+ mi := &file_lightning_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3016,7 +2667,7 @@ func (x *ChannelAcceptRequest) String() string {
func (*ChannelAcceptRequest) ProtoMessage() {}
func (x *ChannelAcceptRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[19]
+ mi := &file_lightning_proto_msgTypes[16]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3029,7 +2680,7 @@ func (x *ChannelAcceptRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelAcceptRequest.ProtoReflect.Descriptor instead.
func (*ChannelAcceptRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{19}
+ return file_lightning_proto_rawDescGZIP(), []int{16}
}
func (x *ChannelAcceptRequest) GetNodePubkey() []byte {
@@ -3188,7 +2839,7 @@ type ChannelAcceptResponse struct {
func (x *ChannelAcceptResponse) Reset() {
*x = ChannelAcceptResponse{}
- mi := &file_lightning_proto_msgTypes[20]
+ mi := &file_lightning_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3200,7 +2851,7 @@ func (x *ChannelAcceptResponse) String() string {
func (*ChannelAcceptResponse) ProtoMessage() {}
func (x *ChannelAcceptResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[20]
+ mi := &file_lightning_proto_msgTypes[17]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3213,7 +2864,7 @@ func (x *ChannelAcceptResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelAcceptResponse.ProtoReflect.Descriptor instead.
func (*ChannelAcceptResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{20}
+ return file_lightning_proto_rawDescGZIP(), []int{17}
}
func (x *ChannelAcceptResponse) GetAccept() bool {
@@ -3308,7 +2959,7 @@ type ChannelPoint struct {
func (x *ChannelPoint) Reset() {
*x = ChannelPoint{}
- mi := &file_lightning_proto_msgTypes[21]
+ mi := &file_lightning_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3320,7 +2971,7 @@ func (x *ChannelPoint) String() string {
func (*ChannelPoint) ProtoMessage() {}
func (x *ChannelPoint) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[21]
+ mi := &file_lightning_proto_msgTypes[18]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3333,7 +2984,7 @@ func (x *ChannelPoint) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelPoint.ProtoReflect.Descriptor instead.
func (*ChannelPoint) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{21}
+ return file_lightning_proto_rawDescGZIP(), []int{18}
}
func (x *ChannelPoint) GetFundingTxid() isChannelPoint_FundingTxid {
@@ -3402,7 +3053,7 @@ type OutPoint struct {
func (x *OutPoint) Reset() {
*x = OutPoint{}
- mi := &file_lightning_proto_msgTypes[22]
+ mi := &file_lightning_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3414,7 +3065,7 @@ func (x *OutPoint) String() string {
func (*OutPoint) ProtoMessage() {}
func (x *OutPoint) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[22]
+ mi := &file_lightning_proto_msgTypes[19]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3427,7 +3078,7 @@ func (x *OutPoint) ProtoReflect() protoreflect.Message {
// Deprecated: Use OutPoint.ProtoReflect.Descriptor instead.
func (*OutPoint) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{22}
+ return file_lightning_proto_rawDescGZIP(), []int{19}
}
func (x *OutPoint) GetTxidBytes() []byte {
@@ -3464,7 +3115,7 @@ type PreviousOutPoint struct {
func (x *PreviousOutPoint) Reset() {
*x = PreviousOutPoint{}
- mi := &file_lightning_proto_msgTypes[23]
+ mi := &file_lightning_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3476,7 +3127,7 @@ func (x *PreviousOutPoint) String() string {
func (*PreviousOutPoint) ProtoMessage() {}
func (x *PreviousOutPoint) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[23]
+ mi := &file_lightning_proto_msgTypes[20]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3489,7 +3140,7 @@ func (x *PreviousOutPoint) ProtoReflect() protoreflect.Message {
// Deprecated: Use PreviousOutPoint.ProtoReflect.Descriptor instead.
func (*PreviousOutPoint) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{23}
+ return file_lightning_proto_rawDescGZIP(), []int{20}
}
func (x *PreviousOutPoint) GetOutpoint() string {
@@ -3519,7 +3170,7 @@ type LightningAddress struct {
func (x *LightningAddress) Reset() {
*x = LightningAddress{}
- mi := &file_lightning_proto_msgTypes[24]
+ mi := &file_lightning_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3531,7 +3182,7 @@ func (x *LightningAddress) String() string {
func (*LightningAddress) ProtoMessage() {}
func (x *LightningAddress) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[24]
+ mi := &file_lightning_proto_msgTypes[21]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3544,7 +3195,7 @@ func (x *LightningAddress) ProtoReflect() protoreflect.Message {
// Deprecated: Use LightningAddress.ProtoReflect.Descriptor instead.
func (*LightningAddress) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{24}
+ return file_lightning_proto_rawDescGZIP(), []int{21}
}
func (x *LightningAddress) GetPubkey() string {
@@ -3583,7 +3234,7 @@ type EstimateFeeRequest struct {
func (x *EstimateFeeRequest) Reset() {
*x = EstimateFeeRequest{}
- mi := &file_lightning_proto_msgTypes[25]
+ mi := &file_lightning_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3595,7 +3246,7 @@ func (x *EstimateFeeRequest) String() string {
func (*EstimateFeeRequest) ProtoMessage() {}
func (x *EstimateFeeRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[25]
+ mi := &file_lightning_proto_msgTypes[22]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3608,7 +3259,7 @@ func (x *EstimateFeeRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use EstimateFeeRequest.ProtoReflect.Descriptor instead.
func (*EstimateFeeRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{25}
+ return file_lightning_proto_rawDescGZIP(), []int{22}
}
func (x *EstimateFeeRequest) GetAddrToAmount() map[string]int64 {
@@ -3672,7 +3323,7 @@ type EstimateFeeResponse struct {
func (x *EstimateFeeResponse) Reset() {
*x = EstimateFeeResponse{}
- mi := &file_lightning_proto_msgTypes[26]
+ mi := &file_lightning_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3684,7 +3335,7 @@ func (x *EstimateFeeResponse) String() string {
func (*EstimateFeeResponse) ProtoMessage() {}
func (x *EstimateFeeResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[26]
+ mi := &file_lightning_proto_msgTypes[23]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3697,7 +3348,7 @@ func (x *EstimateFeeResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use EstimateFeeResponse.ProtoReflect.Descriptor instead.
func (*EstimateFeeResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{26}
+ return file_lightning_proto_rawDescGZIP(), []int{23}
}
func (x *EstimateFeeResponse) GetFeeSat() int64 {
@@ -3760,7 +3411,7 @@ type SendManyRequest struct {
func (x *SendManyRequest) Reset() {
*x = SendManyRequest{}
- mi := &file_lightning_proto_msgTypes[27]
+ mi := &file_lightning_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3772,7 +3423,7 @@ func (x *SendManyRequest) String() string {
func (*SendManyRequest) ProtoMessage() {}
func (x *SendManyRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[27]
+ mi := &file_lightning_proto_msgTypes[24]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3785,7 +3436,7 @@ func (x *SendManyRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use SendManyRequest.ProtoReflect.Descriptor instead.
func (*SendManyRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{27}
+ return file_lightning_proto_rawDescGZIP(), []int{24}
}
func (x *SendManyRequest) GetAddrToAmount() map[string]int64 {
@@ -3855,7 +3506,7 @@ type SendManyResponse struct {
func (x *SendManyResponse) Reset() {
*x = SendManyResponse{}
- mi := &file_lightning_proto_msgTypes[28]
+ mi := &file_lightning_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3867,7 +3518,7 @@ func (x *SendManyResponse) String() string {
func (*SendManyResponse) ProtoMessage() {}
func (x *SendManyResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[28]
+ mi := &file_lightning_proto_msgTypes[25]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3880,7 +3531,7 @@ func (x *SendManyResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use SendManyResponse.ProtoReflect.Descriptor instead.
func (*SendManyResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{28}
+ return file_lightning_proto_rawDescGZIP(), []int{25}
}
func (x *SendManyResponse) GetTxid() string {
@@ -3928,7 +3579,7 @@ type SendCoinsRequest struct {
func (x *SendCoinsRequest) Reset() {
*x = SendCoinsRequest{}
- mi := &file_lightning_proto_msgTypes[29]
+ mi := &file_lightning_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3940,7 +3591,7 @@ func (x *SendCoinsRequest) String() string {
func (*SendCoinsRequest) ProtoMessage() {}
func (x *SendCoinsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[29]
+ mi := &file_lightning_proto_msgTypes[26]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3953,7 +3604,7 @@ func (x *SendCoinsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use SendCoinsRequest.ProtoReflect.Descriptor instead.
func (*SendCoinsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{29}
+ return file_lightning_proto_rawDescGZIP(), []int{26}
}
func (x *SendCoinsRequest) GetAddr() string {
@@ -4044,7 +3695,7 @@ type SendCoinsResponse struct {
func (x *SendCoinsResponse) Reset() {
*x = SendCoinsResponse{}
- mi := &file_lightning_proto_msgTypes[30]
+ mi := &file_lightning_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4056,7 +3707,7 @@ func (x *SendCoinsResponse) String() string {
func (*SendCoinsResponse) ProtoMessage() {}
func (x *SendCoinsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[30]
+ mi := &file_lightning_proto_msgTypes[27]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4069,7 +3720,7 @@ func (x *SendCoinsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use SendCoinsResponse.ProtoReflect.Descriptor instead.
func (*SendCoinsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{30}
+ return file_lightning_proto_rawDescGZIP(), []int{27}
}
func (x *SendCoinsResponse) GetTxid() string {
@@ -4093,7 +3744,7 @@ type ListUnspentRequest struct {
func (x *ListUnspentRequest) Reset() {
*x = ListUnspentRequest{}
- mi := &file_lightning_proto_msgTypes[31]
+ mi := &file_lightning_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4105,7 +3756,7 @@ func (x *ListUnspentRequest) String() string {
func (*ListUnspentRequest) ProtoMessage() {}
func (x *ListUnspentRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[31]
+ mi := &file_lightning_proto_msgTypes[28]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4118,7 +3769,7 @@ func (x *ListUnspentRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListUnspentRequest.ProtoReflect.Descriptor instead.
func (*ListUnspentRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{31}
+ return file_lightning_proto_rawDescGZIP(), []int{28}
}
func (x *ListUnspentRequest) GetMinConfs() int32 {
@@ -4152,7 +3803,7 @@ type ListUnspentResponse struct {
func (x *ListUnspentResponse) Reset() {
*x = ListUnspentResponse{}
- mi := &file_lightning_proto_msgTypes[32]
+ mi := &file_lightning_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4164,7 +3815,7 @@ func (x *ListUnspentResponse) String() string {
func (*ListUnspentResponse) ProtoMessage() {}
func (x *ListUnspentResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[32]
+ mi := &file_lightning_proto_msgTypes[29]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4177,7 +3828,7 @@ func (x *ListUnspentResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListUnspentResponse.ProtoReflect.Descriptor instead.
func (*ListUnspentResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{32}
+ return file_lightning_proto_rawDescGZIP(), []int{29}
}
func (x *ListUnspentResponse) GetUtxos() []*Utxo {
@@ -4200,7 +3851,7 @@ type NewAddressRequest struct {
func (x *NewAddressRequest) Reset() {
*x = NewAddressRequest{}
- mi := &file_lightning_proto_msgTypes[33]
+ mi := &file_lightning_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4212,7 +3863,7 @@ func (x *NewAddressRequest) String() string {
func (*NewAddressRequest) ProtoMessage() {}
func (x *NewAddressRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[33]
+ mi := &file_lightning_proto_msgTypes[30]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4225,7 +3876,7 @@ func (x *NewAddressRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use NewAddressRequest.ProtoReflect.Descriptor instead.
func (*NewAddressRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{33}
+ return file_lightning_proto_rawDescGZIP(), []int{30}
}
func (x *NewAddressRequest) GetType() AddressType {
@@ -4252,7 +3903,7 @@ type NewAddressResponse struct {
func (x *NewAddressResponse) Reset() {
*x = NewAddressResponse{}
- mi := &file_lightning_proto_msgTypes[34]
+ mi := &file_lightning_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4264,7 +3915,7 @@ func (x *NewAddressResponse) String() string {
func (*NewAddressResponse) ProtoMessage() {}
func (x *NewAddressResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[34]
+ mi := &file_lightning_proto_msgTypes[31]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4277,7 +3928,7 @@ func (x *NewAddressResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use NewAddressResponse.ProtoReflect.Descriptor instead.
func (*NewAddressResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{34}
+ return file_lightning_proto_rawDescGZIP(), []int{31}
}
func (x *NewAddressResponse) GetAddress() string {
@@ -4301,7 +3952,7 @@ type SignMessageRequest struct {
func (x *SignMessageRequest) Reset() {
*x = SignMessageRequest{}
- mi := &file_lightning_proto_msgTypes[35]
+ mi := &file_lightning_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4313,7 +3964,7 @@ func (x *SignMessageRequest) String() string {
func (*SignMessageRequest) ProtoMessage() {}
func (x *SignMessageRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[35]
+ mi := &file_lightning_proto_msgTypes[32]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4326,7 +3977,7 @@ func (x *SignMessageRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use SignMessageRequest.ProtoReflect.Descriptor instead.
func (*SignMessageRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{35}
+ return file_lightning_proto_rawDescGZIP(), []int{32}
}
func (x *SignMessageRequest) GetMsg() []byte {
@@ -4353,7 +4004,7 @@ type SignMessageResponse struct {
func (x *SignMessageResponse) Reset() {
*x = SignMessageResponse{}
- mi := &file_lightning_proto_msgTypes[36]
+ mi := &file_lightning_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4365,7 +4016,7 @@ func (x *SignMessageResponse) String() string {
func (*SignMessageResponse) ProtoMessage() {}
func (x *SignMessageResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[36]
+ mi := &file_lightning_proto_msgTypes[33]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4378,7 +4029,7 @@ func (x *SignMessageResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use SignMessageResponse.ProtoReflect.Descriptor instead.
func (*SignMessageResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{36}
+ return file_lightning_proto_rawDescGZIP(), []int{33}
}
func (x *SignMessageResponse) GetSignature() string {
@@ -4401,7 +4052,7 @@ type VerifyMessageRequest struct {
func (x *VerifyMessageRequest) Reset() {
*x = VerifyMessageRequest{}
- mi := &file_lightning_proto_msgTypes[37]
+ mi := &file_lightning_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4413,7 +4064,7 @@ func (x *VerifyMessageRequest) String() string {
func (*VerifyMessageRequest) ProtoMessage() {}
func (x *VerifyMessageRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[37]
+ mi := &file_lightning_proto_msgTypes[34]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4426,7 +4077,7 @@ func (x *VerifyMessageRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use VerifyMessageRequest.ProtoReflect.Descriptor instead.
func (*VerifyMessageRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{37}
+ return file_lightning_proto_rawDescGZIP(), []int{34}
}
func (x *VerifyMessageRequest) GetMsg() []byte {
@@ -4455,7 +4106,7 @@ type VerifyMessageResponse struct {
func (x *VerifyMessageResponse) Reset() {
*x = VerifyMessageResponse{}
- mi := &file_lightning_proto_msgTypes[38]
+ mi := &file_lightning_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4467,7 +4118,7 @@ func (x *VerifyMessageResponse) String() string {
func (*VerifyMessageResponse) ProtoMessage() {}
func (x *VerifyMessageResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[38]
+ mi := &file_lightning_proto_msgTypes[35]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4480,7 +4131,7 @@ func (x *VerifyMessageResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use VerifyMessageResponse.ProtoReflect.Descriptor instead.
func (*VerifyMessageResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{38}
+ return file_lightning_proto_rawDescGZIP(), []int{35}
}
func (x *VerifyMessageResponse) GetValid() bool {
@@ -4513,7 +4164,7 @@ type ConnectPeerRequest struct {
func (x *ConnectPeerRequest) Reset() {
*x = ConnectPeerRequest{}
- mi := &file_lightning_proto_msgTypes[39]
+ mi := &file_lightning_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4525,7 +4176,7 @@ func (x *ConnectPeerRequest) String() string {
func (*ConnectPeerRequest) ProtoMessage() {}
func (x *ConnectPeerRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[39]
+ mi := &file_lightning_proto_msgTypes[36]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4538,7 +4189,7 @@ func (x *ConnectPeerRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ConnectPeerRequest.ProtoReflect.Descriptor instead.
func (*ConnectPeerRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{39}
+ return file_lightning_proto_rawDescGZIP(), []int{36}
}
func (x *ConnectPeerRequest) GetAddr() *LightningAddress {
@@ -4572,7 +4223,7 @@ type ConnectPeerResponse struct {
func (x *ConnectPeerResponse) Reset() {
*x = ConnectPeerResponse{}
- mi := &file_lightning_proto_msgTypes[40]
+ mi := &file_lightning_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4584,7 +4235,7 @@ func (x *ConnectPeerResponse) String() string {
func (*ConnectPeerResponse) ProtoMessage() {}
func (x *ConnectPeerResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[40]
+ mi := &file_lightning_proto_msgTypes[37]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4597,7 +4248,7 @@ func (x *ConnectPeerResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ConnectPeerResponse.ProtoReflect.Descriptor instead.
func (*ConnectPeerResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{40}
+ return file_lightning_proto_rawDescGZIP(), []int{37}
}
func (x *ConnectPeerResponse) GetStatus() string {
@@ -4617,7 +4268,7 @@ type DisconnectPeerRequest struct {
func (x *DisconnectPeerRequest) Reset() {
*x = DisconnectPeerRequest{}
- mi := &file_lightning_proto_msgTypes[41]
+ mi := &file_lightning_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4629,7 +4280,7 @@ func (x *DisconnectPeerRequest) String() string {
func (*DisconnectPeerRequest) ProtoMessage() {}
func (x *DisconnectPeerRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[41]
+ mi := &file_lightning_proto_msgTypes[38]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4642,7 +4293,7 @@ func (x *DisconnectPeerRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DisconnectPeerRequest.ProtoReflect.Descriptor instead.
func (*DisconnectPeerRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{41}
+ return file_lightning_proto_rawDescGZIP(), []int{38}
}
func (x *DisconnectPeerRequest) GetPubKey() string {
@@ -4662,7 +4313,7 @@ type DisconnectPeerResponse struct {
func (x *DisconnectPeerResponse) Reset() {
*x = DisconnectPeerResponse{}
- mi := &file_lightning_proto_msgTypes[42]
+ mi := &file_lightning_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4674,7 +4325,7 @@ func (x *DisconnectPeerResponse) String() string {
func (*DisconnectPeerResponse) ProtoMessage() {}
func (x *DisconnectPeerResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[42]
+ mi := &file_lightning_proto_msgTypes[39]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4687,7 +4338,7 @@ func (x *DisconnectPeerResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DisconnectPeerResponse.ProtoReflect.Descriptor instead.
func (*DisconnectPeerResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{42}
+ return file_lightning_proto_rawDescGZIP(), []int{39}
}
func (x *DisconnectPeerResponse) GetStatus() string {
@@ -4725,7 +4376,7 @@ type HTLC struct {
func (x *HTLC) Reset() {
*x = HTLC{}
- mi := &file_lightning_proto_msgTypes[43]
+ mi := &file_lightning_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4737,7 +4388,7 @@ func (x *HTLC) String() string {
func (*HTLC) ProtoMessage() {}
func (x *HTLC) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[43]
+ mi := &file_lightning_proto_msgTypes[40]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4750,7 +4401,7 @@ func (x *HTLC) ProtoReflect() protoreflect.Message {
// Deprecated: Use HTLC.ProtoReflect.Descriptor instead.
func (*HTLC) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{43}
+ return file_lightning_proto_rawDescGZIP(), []int{40}
}
func (x *HTLC) GetIncoming() bool {
@@ -4831,7 +4482,7 @@ type ChannelConstraints struct {
func (x *ChannelConstraints) Reset() {
*x = ChannelConstraints{}
- mi := &file_lightning_proto_msgTypes[44]
+ mi := &file_lightning_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4843,7 +4494,7 @@ func (x *ChannelConstraints) String() string {
func (*ChannelConstraints) ProtoMessage() {}
func (x *ChannelConstraints) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[44]
+ mi := &file_lightning_proto_msgTypes[41]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4856,7 +4507,7 @@ func (x *ChannelConstraints) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelConstraints.ProtoReflect.Descriptor instead.
func (*ChannelConstraints) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{44}
+ return file_lightning_proto_rawDescGZIP(), []int{41}
}
func (x *ChannelConstraints) GetCsvDelay() uint32 {
@@ -5025,7 +4676,7 @@ type Channel struct {
func (x *Channel) Reset() {
*x = Channel{}
- mi := &file_lightning_proto_msgTypes[45]
+ mi := &file_lightning_proto_msgTypes[42]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5037,7 +4688,7 @@ func (x *Channel) String() string {
func (*Channel) ProtoMessage() {}
func (x *Channel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[45]
+ mi := &file_lightning_proto_msgTypes[42]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5050,7 +4701,7 @@ func (x *Channel) ProtoReflect() protoreflect.Message {
// Deprecated: Use Channel.ProtoReflect.Descriptor instead.
func (*Channel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{45}
+ return file_lightning_proto_rawDescGZIP(), []int{42}
}
func (x *Channel) GetActive() bool {
@@ -5335,7 +4986,7 @@ type ListChannelsRequest struct {
func (x *ListChannelsRequest) Reset() {
*x = ListChannelsRequest{}
- mi := &file_lightning_proto_msgTypes[46]
+ mi := &file_lightning_proto_msgTypes[43]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5347,7 +4998,7 @@ func (x *ListChannelsRequest) String() string {
func (*ListChannelsRequest) ProtoMessage() {}
func (x *ListChannelsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[46]
+ mi := &file_lightning_proto_msgTypes[43]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5360,7 +5011,7 @@ func (x *ListChannelsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListChannelsRequest.ProtoReflect.Descriptor instead.
func (*ListChannelsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{46}
+ return file_lightning_proto_rawDescGZIP(), []int{43}
}
func (x *ListChannelsRequest) GetActiveOnly() bool {
@@ -5415,7 +5066,7 @@ type ListChannelsResponse struct {
func (x *ListChannelsResponse) Reset() {
*x = ListChannelsResponse{}
- mi := &file_lightning_proto_msgTypes[47]
+ mi := &file_lightning_proto_msgTypes[44]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5427,7 +5078,7 @@ func (x *ListChannelsResponse) String() string {
func (*ListChannelsResponse) ProtoMessage() {}
func (x *ListChannelsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[47]
+ mi := &file_lightning_proto_msgTypes[44]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5440,7 +5091,7 @@ func (x *ListChannelsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListChannelsResponse.ProtoReflect.Descriptor instead.
func (*ListChannelsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{47}
+ return file_lightning_proto_rawDescGZIP(), []int{44}
}
func (x *ListChannelsResponse) GetChannels() []*Channel {
@@ -5463,7 +5114,7 @@ type AliasMap struct {
func (x *AliasMap) Reset() {
*x = AliasMap{}
- mi := &file_lightning_proto_msgTypes[48]
+ mi := &file_lightning_proto_msgTypes[45]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5475,7 +5126,7 @@ func (x *AliasMap) String() string {
func (*AliasMap) ProtoMessage() {}
func (x *AliasMap) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[48]
+ mi := &file_lightning_proto_msgTypes[45]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5488,7 +5139,7 @@ func (x *AliasMap) ProtoReflect() protoreflect.Message {
// Deprecated: Use AliasMap.ProtoReflect.Descriptor instead.
func (*AliasMap) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{48}
+ return file_lightning_proto_rawDescGZIP(), []int{45}
}
func (x *AliasMap) GetBaseScid() uint64 {
@@ -5513,7 +5164,7 @@ type ListAliasesRequest struct {
func (x *ListAliasesRequest) Reset() {
*x = ListAliasesRequest{}
- mi := &file_lightning_proto_msgTypes[49]
+ mi := &file_lightning_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5525,7 +5176,7 @@ func (x *ListAliasesRequest) String() string {
func (*ListAliasesRequest) ProtoMessage() {}
func (x *ListAliasesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[49]
+ mi := &file_lightning_proto_msgTypes[46]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5538,7 +5189,7 @@ func (x *ListAliasesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListAliasesRequest.ProtoReflect.Descriptor instead.
func (*ListAliasesRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{49}
+ return file_lightning_proto_rawDescGZIP(), []int{46}
}
type ListAliasesResponse struct {
@@ -5550,7 +5201,7 @@ type ListAliasesResponse struct {
func (x *ListAliasesResponse) Reset() {
*x = ListAliasesResponse{}
- mi := &file_lightning_proto_msgTypes[50]
+ mi := &file_lightning_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5562,7 +5213,7 @@ func (x *ListAliasesResponse) String() string {
func (*ListAliasesResponse) ProtoMessage() {}
func (x *ListAliasesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[50]
+ mi := &file_lightning_proto_msgTypes[47]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5575,7 +5226,7 @@ func (x *ListAliasesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListAliasesResponse.ProtoReflect.Descriptor instead.
func (*ListAliasesResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{50}
+ return file_lightning_proto_rawDescGZIP(), []int{47}
}
func (x *ListAliasesResponse) GetAliasMaps() []*AliasMap {
@@ -5632,7 +5283,7 @@ type ChannelCloseSummary struct {
func (x *ChannelCloseSummary) Reset() {
*x = ChannelCloseSummary{}
- mi := &file_lightning_proto_msgTypes[51]
+ mi := &file_lightning_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5644,7 +5295,7 @@ func (x *ChannelCloseSummary) String() string {
func (*ChannelCloseSummary) ProtoMessage() {}
func (x *ChannelCloseSummary) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[51]
+ mi := &file_lightning_proto_msgTypes[48]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5657,7 +5308,7 @@ func (x *ChannelCloseSummary) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelCloseSummary.ProtoReflect.Descriptor instead.
func (*ChannelCloseSummary) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{51}
+ return file_lightning_proto_rawDescGZIP(), []int{48}
}
func (x *ChannelCloseSummary) GetChannelPoint() string {
@@ -5791,7 +5442,7 @@ type Resolution struct {
func (x *Resolution) Reset() {
*x = Resolution{}
- mi := &file_lightning_proto_msgTypes[52]
+ mi := &file_lightning_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5803,7 +5454,7 @@ func (x *Resolution) String() string {
func (*Resolution) ProtoMessage() {}
func (x *Resolution) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[52]
+ mi := &file_lightning_proto_msgTypes[49]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5816,7 +5467,7 @@ func (x *Resolution) ProtoReflect() protoreflect.Message {
// Deprecated: Use Resolution.ProtoReflect.Descriptor instead.
func (*Resolution) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{52}
+ return file_lightning_proto_rawDescGZIP(), []int{49}
}
func (x *Resolution) GetResolutionType() ResolutionType {
@@ -5868,7 +5519,7 @@ type ClosedChannelsRequest struct {
func (x *ClosedChannelsRequest) Reset() {
*x = ClosedChannelsRequest{}
- mi := &file_lightning_proto_msgTypes[53]
+ mi := &file_lightning_proto_msgTypes[50]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5880,7 +5531,7 @@ func (x *ClosedChannelsRequest) String() string {
func (*ClosedChannelsRequest) ProtoMessage() {}
func (x *ClosedChannelsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[53]
+ mi := &file_lightning_proto_msgTypes[50]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5893,7 +5544,7 @@ func (x *ClosedChannelsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ClosedChannelsRequest.ProtoReflect.Descriptor instead.
func (*ClosedChannelsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{53}
+ return file_lightning_proto_rawDescGZIP(), []int{50}
}
func (x *ClosedChannelsRequest) GetCooperative() bool {
@@ -5947,7 +5598,7 @@ type ClosedChannelsResponse struct {
func (x *ClosedChannelsResponse) Reset() {
*x = ClosedChannelsResponse{}
- mi := &file_lightning_proto_msgTypes[54]
+ mi := &file_lightning_proto_msgTypes[51]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5959,7 +5610,7 @@ func (x *ClosedChannelsResponse) String() string {
func (*ClosedChannelsResponse) ProtoMessage() {}
func (x *ClosedChannelsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[54]
+ mi := &file_lightning_proto_msgTypes[51]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5972,7 +5623,7 @@ func (x *ClosedChannelsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ClosedChannelsResponse.ProtoReflect.Descriptor instead.
func (*ClosedChannelsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{54}
+ return file_lightning_proto_rawDescGZIP(), []int{51}
}
func (x *ClosedChannelsResponse) GetChannels() []*ChannelCloseSummary {
@@ -6028,7 +5679,7 @@ type Peer struct {
func (x *Peer) Reset() {
*x = Peer{}
- mi := &file_lightning_proto_msgTypes[55]
+ mi := &file_lightning_proto_msgTypes[52]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6040,7 +5691,7 @@ func (x *Peer) String() string {
func (*Peer) ProtoMessage() {}
func (x *Peer) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[55]
+ mi := &file_lightning_proto_msgTypes[52]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6053,7 +5704,7 @@ func (x *Peer) ProtoReflect() protoreflect.Message {
// Deprecated: Use Peer.ProtoReflect.Descriptor instead.
func (*Peer) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{55}
+ return file_lightning_proto_rawDescGZIP(), []int{52}
}
func (x *Peer) GetPubKey() string {
@@ -6166,7 +5817,7 @@ type TimestampedError struct {
func (x *TimestampedError) Reset() {
*x = TimestampedError{}
- mi := &file_lightning_proto_msgTypes[56]
+ mi := &file_lightning_proto_msgTypes[53]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6178,7 +5829,7 @@ func (x *TimestampedError) String() string {
func (*TimestampedError) ProtoMessage() {}
func (x *TimestampedError) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[56]
+ mi := &file_lightning_proto_msgTypes[53]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6191,7 +5842,7 @@ func (x *TimestampedError) ProtoReflect() protoreflect.Message {
// Deprecated: Use TimestampedError.ProtoReflect.Descriptor instead.
func (*TimestampedError) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{56}
+ return file_lightning_proto_rawDescGZIP(), []int{53}
}
func (x *TimestampedError) GetTimestamp() uint64 {
@@ -6220,7 +5871,7 @@ type ListPeersRequest struct {
func (x *ListPeersRequest) Reset() {
*x = ListPeersRequest{}
- mi := &file_lightning_proto_msgTypes[57]
+ mi := &file_lightning_proto_msgTypes[54]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6232,7 +5883,7 @@ func (x *ListPeersRequest) String() string {
func (*ListPeersRequest) ProtoMessage() {}
func (x *ListPeersRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[57]
+ mi := &file_lightning_proto_msgTypes[54]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6245,7 +5896,7 @@ func (x *ListPeersRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPeersRequest.ProtoReflect.Descriptor instead.
func (*ListPeersRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{57}
+ return file_lightning_proto_rawDescGZIP(), []int{54}
}
func (x *ListPeersRequest) GetLatestError() bool {
@@ -6265,7 +5916,7 @@ type ListPeersResponse struct {
func (x *ListPeersResponse) Reset() {
*x = ListPeersResponse{}
- mi := &file_lightning_proto_msgTypes[58]
+ mi := &file_lightning_proto_msgTypes[55]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6277,7 +5928,7 @@ func (x *ListPeersResponse) String() string {
func (*ListPeersResponse) ProtoMessage() {}
func (x *ListPeersResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[58]
+ mi := &file_lightning_proto_msgTypes[55]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6290,7 +5941,7 @@ func (x *ListPeersResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPeersResponse.ProtoReflect.Descriptor instead.
func (*ListPeersResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{58}
+ return file_lightning_proto_rawDescGZIP(), []int{55}
}
func (x *ListPeersResponse) GetPeers() []*Peer {
@@ -6308,7 +5959,7 @@ type PeerEventSubscription struct {
func (x *PeerEventSubscription) Reset() {
*x = PeerEventSubscription{}
- mi := &file_lightning_proto_msgTypes[59]
+ mi := &file_lightning_proto_msgTypes[56]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6320,7 +5971,7 @@ func (x *PeerEventSubscription) String() string {
func (*PeerEventSubscription) ProtoMessage() {}
func (x *PeerEventSubscription) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[59]
+ mi := &file_lightning_proto_msgTypes[56]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6333,7 +5984,7 @@ func (x *PeerEventSubscription) ProtoReflect() protoreflect.Message {
// Deprecated: Use PeerEventSubscription.ProtoReflect.Descriptor instead.
func (*PeerEventSubscription) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{59}
+ return file_lightning_proto_rawDescGZIP(), []int{56}
}
type PeerEvent struct {
@@ -6347,7 +5998,7 @@ type PeerEvent struct {
func (x *PeerEvent) Reset() {
*x = PeerEvent{}
- mi := &file_lightning_proto_msgTypes[60]
+ mi := &file_lightning_proto_msgTypes[57]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6359,7 +6010,7 @@ func (x *PeerEvent) String() string {
func (*PeerEvent) ProtoMessage() {}
func (x *PeerEvent) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[60]
+ mi := &file_lightning_proto_msgTypes[57]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6372,7 +6023,7 @@ func (x *PeerEvent) ProtoReflect() protoreflect.Message {
// Deprecated: Use PeerEvent.ProtoReflect.Descriptor instead.
func (*PeerEvent) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{60}
+ return file_lightning_proto_rawDescGZIP(), []int{57}
}
func (x *PeerEvent) GetPubKey() string {
@@ -6397,7 +6048,7 @@ type GetInfoRequest struct {
func (x *GetInfoRequest) Reset() {
*x = GetInfoRequest{}
- mi := &file_lightning_proto_msgTypes[61]
+ mi := &file_lightning_proto_msgTypes[58]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6409,7 +6060,7 @@ func (x *GetInfoRequest) String() string {
func (*GetInfoRequest) ProtoMessage() {}
func (x *GetInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[61]
+ mi := &file_lightning_proto_msgTypes[58]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6422,7 +6073,7 @@ func (x *GetInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetInfoRequest.ProtoReflect.Descriptor instead.
func (*GetInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{61}
+ return file_lightning_proto_rawDescGZIP(), []int{58}
}
type GetInfoResponse struct {
@@ -6484,7 +6135,7 @@ type GetInfoResponse struct {
func (x *GetInfoResponse) Reset() {
*x = GetInfoResponse{}
- mi := &file_lightning_proto_msgTypes[62]
+ mi := &file_lightning_proto_msgTypes[59]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6496,7 +6147,7 @@ func (x *GetInfoResponse) String() string {
func (*GetInfoResponse) ProtoMessage() {}
func (x *GetInfoResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[62]
+ mi := &file_lightning_proto_msgTypes[59]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6509,7 +6160,7 @@ func (x *GetInfoResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetInfoResponse.ProtoReflect.Descriptor instead.
func (*GetInfoResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{62}
+ return file_lightning_proto_rawDescGZIP(), []int{59}
}
func (x *GetInfoResponse) GetVersion() string {
@@ -6678,7 +6329,7 @@ type GetDebugInfoRequest struct {
func (x *GetDebugInfoRequest) Reset() {
*x = GetDebugInfoRequest{}
- mi := &file_lightning_proto_msgTypes[63]
+ mi := &file_lightning_proto_msgTypes[60]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6690,7 +6341,7 @@ func (x *GetDebugInfoRequest) String() string {
func (*GetDebugInfoRequest) ProtoMessage() {}
func (x *GetDebugInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[63]
+ mi := &file_lightning_proto_msgTypes[60]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6703,7 +6354,7 @@ func (x *GetDebugInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetDebugInfoRequest.ProtoReflect.Descriptor instead.
func (*GetDebugInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{63}
+ return file_lightning_proto_rawDescGZIP(), []int{60}
}
func (x *GetDebugInfoRequest) GetIncludeLog() bool {
@@ -6723,7 +6374,7 @@ type GetDebugInfoResponse struct {
func (x *GetDebugInfoResponse) Reset() {
*x = GetDebugInfoResponse{}
- mi := &file_lightning_proto_msgTypes[64]
+ mi := &file_lightning_proto_msgTypes[61]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6735,7 +6386,7 @@ func (x *GetDebugInfoResponse) String() string {
func (*GetDebugInfoResponse) ProtoMessage() {}
func (x *GetDebugInfoResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[64]
+ mi := &file_lightning_proto_msgTypes[61]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6748,7 +6399,7 @@ func (x *GetDebugInfoResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetDebugInfoResponse.ProtoReflect.Descriptor instead.
func (*GetDebugInfoResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{64}
+ return file_lightning_proto_rawDescGZIP(), []int{61}
}
func (x *GetDebugInfoResponse) GetConfig() map[string]string {
@@ -6773,7 +6424,7 @@ type GetRecoveryInfoRequest struct {
func (x *GetRecoveryInfoRequest) Reset() {
*x = GetRecoveryInfoRequest{}
- mi := &file_lightning_proto_msgTypes[65]
+ mi := &file_lightning_proto_msgTypes[62]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6785,7 +6436,7 @@ func (x *GetRecoveryInfoRequest) String() string {
func (*GetRecoveryInfoRequest) ProtoMessage() {}
func (x *GetRecoveryInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[65]
+ mi := &file_lightning_proto_msgTypes[62]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6798,7 +6449,7 @@ func (x *GetRecoveryInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetRecoveryInfoRequest.ProtoReflect.Descriptor instead.
func (*GetRecoveryInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{65}
+ return file_lightning_proto_rawDescGZIP(), []int{62}
}
type GetRecoveryInfoResponse struct {
@@ -6815,7 +6466,7 @@ type GetRecoveryInfoResponse struct {
func (x *GetRecoveryInfoResponse) Reset() {
*x = GetRecoveryInfoResponse{}
- mi := &file_lightning_proto_msgTypes[66]
+ mi := &file_lightning_proto_msgTypes[63]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6827,7 +6478,7 @@ func (x *GetRecoveryInfoResponse) String() string {
func (*GetRecoveryInfoResponse) ProtoMessage() {}
func (x *GetRecoveryInfoResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[66]
+ mi := &file_lightning_proto_msgTypes[63]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6840,7 +6491,7 @@ func (x *GetRecoveryInfoResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetRecoveryInfoResponse.ProtoReflect.Descriptor instead.
func (*GetRecoveryInfoResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{66}
+ return file_lightning_proto_rawDescGZIP(), []int{63}
}
func (x *GetRecoveryInfoResponse) GetRecoveryMode() bool {
@@ -6879,7 +6530,7 @@ type Chain struct {
func (x *Chain) Reset() {
*x = Chain{}
- mi := &file_lightning_proto_msgTypes[67]
+ mi := &file_lightning_proto_msgTypes[64]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6891,7 +6542,7 @@ func (x *Chain) String() string {
func (*Chain) ProtoMessage() {}
func (x *Chain) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[67]
+ mi := &file_lightning_proto_msgTypes[64]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6904,7 +6555,7 @@ func (x *Chain) ProtoReflect() protoreflect.Message {
// Deprecated: Use Chain.ProtoReflect.Descriptor instead.
func (*Chain) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{67}
+ return file_lightning_proto_rawDescGZIP(), []int{64}
}
// Deprecated: Marked as deprecated in lightning.proto.
@@ -6931,7 +6582,7 @@ type ChannelOpenUpdate struct {
func (x *ChannelOpenUpdate) Reset() {
*x = ChannelOpenUpdate{}
- mi := &file_lightning_proto_msgTypes[68]
+ mi := &file_lightning_proto_msgTypes[65]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6943,7 +6594,7 @@ func (x *ChannelOpenUpdate) String() string {
func (*ChannelOpenUpdate) ProtoMessage() {}
func (x *ChannelOpenUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[68]
+ mi := &file_lightning_proto_msgTypes[65]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6956,7 +6607,7 @@ func (x *ChannelOpenUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelOpenUpdate.ProtoReflect.Descriptor instead.
func (*ChannelOpenUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{68}
+ return file_lightning_proto_rawDescGZIP(), []int{65}
}
func (x *ChannelOpenUpdate) GetChannelPoint() *ChannelPoint {
@@ -6985,7 +6636,7 @@ type CloseOutput struct {
func (x *CloseOutput) Reset() {
*x = CloseOutput{}
- mi := &file_lightning_proto_msgTypes[69]
+ mi := &file_lightning_proto_msgTypes[66]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6997,7 +6648,7 @@ func (x *CloseOutput) String() string {
func (*CloseOutput) ProtoMessage() {}
func (x *CloseOutput) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[69]
+ mi := &file_lightning_proto_msgTypes[66]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7010,7 +6661,7 @@ func (x *CloseOutput) ProtoReflect() protoreflect.Message {
// Deprecated: Use CloseOutput.ProtoReflect.Descriptor instead.
func (*CloseOutput) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{69}
+ return file_lightning_proto_rawDescGZIP(), []int{66}
}
func (x *CloseOutput) GetAmountSat() int64 {
@@ -7059,7 +6710,7 @@ type ChannelCloseUpdate struct {
func (x *ChannelCloseUpdate) Reset() {
*x = ChannelCloseUpdate{}
- mi := &file_lightning_proto_msgTypes[70]
+ mi := &file_lightning_proto_msgTypes[67]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7071,7 +6722,7 @@ func (x *ChannelCloseUpdate) String() string {
func (*ChannelCloseUpdate) ProtoMessage() {}
func (x *ChannelCloseUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[70]
+ mi := &file_lightning_proto_msgTypes[67]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7084,7 +6735,7 @@ func (x *ChannelCloseUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelCloseUpdate.ProtoReflect.Descriptor instead.
func (*ChannelCloseUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{70}
+ return file_lightning_proto_rawDescGZIP(), []int{67}
}
func (x *ChannelCloseUpdate) GetClosingTxid() []byte {
@@ -7166,7 +6817,7 @@ type CloseChannelRequest struct {
func (x *CloseChannelRequest) Reset() {
*x = CloseChannelRequest{}
- mi := &file_lightning_proto_msgTypes[71]
+ mi := &file_lightning_proto_msgTypes[68]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7178,7 +6829,7 @@ func (x *CloseChannelRequest) String() string {
func (*CloseChannelRequest) ProtoMessage() {}
func (x *CloseChannelRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[71]
+ mi := &file_lightning_proto_msgTypes[68]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7191,7 +6842,7 @@ func (x *CloseChannelRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CloseChannelRequest.ProtoReflect.Descriptor instead.
func (*CloseChannelRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{71}
+ return file_lightning_proto_rawDescGZIP(), []int{68}
}
func (x *CloseChannelRequest) GetChannelPoint() *ChannelPoint {
@@ -7265,7 +6916,7 @@ type CloseStatusUpdate struct {
func (x *CloseStatusUpdate) Reset() {
*x = CloseStatusUpdate{}
- mi := &file_lightning_proto_msgTypes[72]
+ mi := &file_lightning_proto_msgTypes[69]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7277,7 +6928,7 @@ func (x *CloseStatusUpdate) String() string {
func (*CloseStatusUpdate) ProtoMessage() {}
func (x *CloseStatusUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[72]
+ mi := &file_lightning_proto_msgTypes[69]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7290,7 +6941,7 @@ func (x *CloseStatusUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use CloseStatusUpdate.ProtoReflect.Descriptor instead.
func (*CloseStatusUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{72}
+ return file_lightning_proto_rawDescGZIP(), []int{69}
}
func (x *CloseStatusUpdate) GetUpdate() isCloseStatusUpdate_Update {
@@ -7361,7 +7012,7 @@ type PendingUpdate struct {
func (x *PendingUpdate) Reset() {
*x = PendingUpdate{}
- mi := &file_lightning_proto_msgTypes[73]
+ mi := &file_lightning_proto_msgTypes[70]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7373,7 +7024,7 @@ func (x *PendingUpdate) String() string {
func (*PendingUpdate) ProtoMessage() {}
func (x *PendingUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[73]
+ mi := &file_lightning_proto_msgTypes[70]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7386,7 +7037,7 @@ func (x *PendingUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use PendingUpdate.ProtoReflect.Descriptor instead.
func (*PendingUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{73}
+ return file_lightning_proto_rawDescGZIP(), []int{70}
}
func (x *PendingUpdate) GetTxid() []byte {
@@ -7429,7 +7080,7 @@ type InstantUpdate struct {
func (x *InstantUpdate) Reset() {
*x = InstantUpdate{}
- mi := &file_lightning_proto_msgTypes[74]
+ mi := &file_lightning_proto_msgTypes[71]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7441,7 +7092,7 @@ func (x *InstantUpdate) String() string {
func (*InstantUpdate) ProtoMessage() {}
func (x *InstantUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[74]
+ mi := &file_lightning_proto_msgTypes[71]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7454,7 +7105,7 @@ func (x *InstantUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use InstantUpdate.ProtoReflect.Descriptor instead.
func (*InstantUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{74}
+ return file_lightning_proto_rawDescGZIP(), []int{71}
}
func (x *InstantUpdate) GetNumPendingHtlcs() int32 {
@@ -7483,7 +7134,7 @@ type ReadyForPsbtFunding struct {
func (x *ReadyForPsbtFunding) Reset() {
*x = ReadyForPsbtFunding{}
- mi := &file_lightning_proto_msgTypes[75]
+ mi := &file_lightning_proto_msgTypes[72]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7495,7 +7146,7 @@ func (x *ReadyForPsbtFunding) String() string {
func (*ReadyForPsbtFunding) ProtoMessage() {}
func (x *ReadyForPsbtFunding) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[75]
+ mi := &file_lightning_proto_msgTypes[72]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7508,7 +7159,7 @@ func (x *ReadyForPsbtFunding) ProtoReflect() protoreflect.Message {
// Deprecated: Use ReadyForPsbtFunding.ProtoReflect.Descriptor instead.
func (*ReadyForPsbtFunding) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{75}
+ return file_lightning_proto_rawDescGZIP(), []int{72}
}
func (x *ReadyForPsbtFunding) GetFundingAddress() string {
@@ -7558,7 +7209,7 @@ type BatchOpenChannelRequest struct {
func (x *BatchOpenChannelRequest) Reset() {
*x = BatchOpenChannelRequest{}
- mi := &file_lightning_proto_msgTypes[76]
+ mi := &file_lightning_proto_msgTypes[73]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7570,7 +7221,7 @@ func (x *BatchOpenChannelRequest) String() string {
func (*BatchOpenChannelRequest) ProtoMessage() {}
func (x *BatchOpenChannelRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[76]
+ mi := &file_lightning_proto_msgTypes[73]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7583,7 +7234,7 @@ func (x *BatchOpenChannelRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use BatchOpenChannelRequest.ProtoReflect.Descriptor instead.
func (*BatchOpenChannelRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{76}
+ return file_lightning_proto_rawDescGZIP(), []int{73}
}
func (x *BatchOpenChannelRequest) GetChannels() []*BatchOpenChannel {
@@ -7713,7 +7364,7 @@ type BatchOpenChannel struct {
func (x *BatchOpenChannel) Reset() {
*x = BatchOpenChannel{}
- mi := &file_lightning_proto_msgTypes[77]
+ mi := &file_lightning_proto_msgTypes[74]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7725,7 +7376,7 @@ func (x *BatchOpenChannel) String() string {
func (*BatchOpenChannel) ProtoMessage() {}
func (x *BatchOpenChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[77]
+ mi := &file_lightning_proto_msgTypes[74]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7738,7 +7389,7 @@ func (x *BatchOpenChannel) ProtoReflect() protoreflect.Message {
// Deprecated: Use BatchOpenChannel.ProtoReflect.Descriptor instead.
func (*BatchOpenChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{77}
+ return file_lightning_proto_rawDescGZIP(), []int{74}
}
func (x *BatchOpenChannel) GetNodePubkey() []byte {
@@ -7890,7 +7541,7 @@ type BatchOpenChannelResponse struct {
func (x *BatchOpenChannelResponse) Reset() {
*x = BatchOpenChannelResponse{}
- mi := &file_lightning_proto_msgTypes[78]
+ mi := &file_lightning_proto_msgTypes[75]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7902,7 +7553,7 @@ func (x *BatchOpenChannelResponse) String() string {
func (*BatchOpenChannelResponse) ProtoMessage() {}
func (x *BatchOpenChannelResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[78]
+ mi := &file_lightning_proto_msgTypes[75]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7915,7 +7566,7 @@ func (x *BatchOpenChannelResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use BatchOpenChannelResponse.ProtoReflect.Descriptor instead.
func (*BatchOpenChannelResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{78}
+ return file_lightning_proto_rawDescGZIP(), []int{75}
}
func (x *BatchOpenChannelResponse) GetPendingChannels() []*PendingUpdate {
@@ -8034,7 +7685,7 @@ type OpenChannelRequest struct {
func (x *OpenChannelRequest) Reset() {
*x = OpenChannelRequest{}
- mi := &file_lightning_proto_msgTypes[79]
+ mi := &file_lightning_proto_msgTypes[76]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8046,7 +7697,7 @@ func (x *OpenChannelRequest) String() string {
func (*OpenChannelRequest) ProtoMessage() {}
func (x *OpenChannelRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[79]
+ mi := &file_lightning_proto_msgTypes[76]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8059,7 +7710,7 @@ func (x *OpenChannelRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use OpenChannelRequest.ProtoReflect.Descriptor instead.
func (*OpenChannelRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{79}
+ return file_lightning_proto_rawDescGZIP(), []int{76}
}
func (x *OpenChannelRequest) GetSatPerVbyte() uint64 {
@@ -8277,7 +7928,7 @@ type OpenStatusUpdate struct {
func (x *OpenStatusUpdate) Reset() {
*x = OpenStatusUpdate{}
- mi := &file_lightning_proto_msgTypes[80]
+ mi := &file_lightning_proto_msgTypes[77]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8289,7 +7940,7 @@ func (x *OpenStatusUpdate) String() string {
func (*OpenStatusUpdate) ProtoMessage() {}
func (x *OpenStatusUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[80]
+ mi := &file_lightning_proto_msgTypes[77]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8302,7 +7953,7 @@ func (x *OpenStatusUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use OpenStatusUpdate.ProtoReflect.Descriptor instead.
func (*OpenStatusUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{80}
+ return file_lightning_proto_rawDescGZIP(), []int{77}
}
func (x *OpenStatusUpdate) GetUpdate() isOpenStatusUpdate_Update {
@@ -8386,7 +8037,7 @@ type KeyLocator struct {
func (x *KeyLocator) Reset() {
*x = KeyLocator{}
- mi := &file_lightning_proto_msgTypes[81]
+ mi := &file_lightning_proto_msgTypes[78]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8398,7 +8049,7 @@ func (x *KeyLocator) String() string {
func (*KeyLocator) ProtoMessage() {}
func (x *KeyLocator) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[81]
+ mi := &file_lightning_proto_msgTypes[78]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8411,7 +8062,7 @@ func (x *KeyLocator) ProtoReflect() protoreflect.Message {
// Deprecated: Use KeyLocator.ProtoReflect.Descriptor instead.
func (*KeyLocator) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{81}
+ return file_lightning_proto_rawDescGZIP(), []int{78}
}
func (x *KeyLocator) GetKeyFamily() int32 {
@@ -8440,7 +8091,7 @@ type KeyDescriptor struct {
func (x *KeyDescriptor) Reset() {
*x = KeyDescriptor{}
- mi := &file_lightning_proto_msgTypes[82]
+ mi := &file_lightning_proto_msgTypes[79]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8452,7 +8103,7 @@ func (x *KeyDescriptor) String() string {
func (*KeyDescriptor) ProtoMessage() {}
func (x *KeyDescriptor) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[82]
+ mi := &file_lightning_proto_msgTypes[79]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8465,7 +8116,7 @@ func (x *KeyDescriptor) ProtoReflect() protoreflect.Message {
// Deprecated: Use KeyDescriptor.ProtoReflect.Descriptor instead.
func (*KeyDescriptor) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{82}
+ return file_lightning_proto_rawDescGZIP(), []int{79}
}
func (x *KeyDescriptor) GetRawKeyBytes() []byte {
@@ -8512,7 +8163,7 @@ type ChanPointShim struct {
func (x *ChanPointShim) Reset() {
*x = ChanPointShim{}
- mi := &file_lightning_proto_msgTypes[83]
+ mi := &file_lightning_proto_msgTypes[80]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8524,7 +8175,7 @@ func (x *ChanPointShim) String() string {
func (*ChanPointShim) ProtoMessage() {}
func (x *ChanPointShim) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[83]
+ mi := &file_lightning_proto_msgTypes[80]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8537,7 +8188,7 @@ func (x *ChanPointShim) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChanPointShim.ProtoReflect.Descriptor instead.
func (*ChanPointShim) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{83}
+ return file_lightning_proto_rawDescGZIP(), []int{80}
}
func (x *ChanPointShim) GetAmt() int64 {
@@ -8611,7 +8262,7 @@ type PsbtShim struct {
func (x *PsbtShim) Reset() {
*x = PsbtShim{}
- mi := &file_lightning_proto_msgTypes[84]
+ mi := &file_lightning_proto_msgTypes[81]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8623,7 +8274,7 @@ func (x *PsbtShim) String() string {
func (*PsbtShim) ProtoMessage() {}
func (x *PsbtShim) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[84]
+ mi := &file_lightning_proto_msgTypes[81]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8636,7 +8287,7 @@ func (x *PsbtShim) ProtoReflect() protoreflect.Message {
// Deprecated: Use PsbtShim.ProtoReflect.Descriptor instead.
func (*PsbtShim) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{84}
+ return file_lightning_proto_rawDescGZIP(), []int{81}
}
func (x *PsbtShim) GetPendingChanId() []byte {
@@ -8673,7 +8324,7 @@ type FundingShim struct {
func (x *FundingShim) Reset() {
*x = FundingShim{}
- mi := &file_lightning_proto_msgTypes[85]
+ mi := &file_lightning_proto_msgTypes[82]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8685,7 +8336,7 @@ func (x *FundingShim) String() string {
func (*FundingShim) ProtoMessage() {}
func (x *FundingShim) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[85]
+ mi := &file_lightning_proto_msgTypes[82]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8698,7 +8349,7 @@ func (x *FundingShim) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingShim.ProtoReflect.Descriptor instead.
func (*FundingShim) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{85}
+ return file_lightning_proto_rawDescGZIP(), []int{82}
}
func (x *FundingShim) GetShim() isFundingShim_Shim {
@@ -8756,7 +8407,7 @@ type FundingShimCancel struct {
func (x *FundingShimCancel) Reset() {
*x = FundingShimCancel{}
- mi := &file_lightning_proto_msgTypes[86]
+ mi := &file_lightning_proto_msgTypes[83]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8768,7 +8419,7 @@ func (x *FundingShimCancel) String() string {
func (*FundingShimCancel) ProtoMessage() {}
func (x *FundingShimCancel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[86]
+ mi := &file_lightning_proto_msgTypes[83]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8781,7 +8432,7 @@ func (x *FundingShimCancel) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingShimCancel.ProtoReflect.Descriptor instead.
func (*FundingShimCancel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{86}
+ return file_lightning_proto_rawDescGZIP(), []int{83}
}
func (x *FundingShimCancel) GetPendingChanId() []byte {
@@ -8816,7 +8467,7 @@ type FundingPsbtVerify struct {
func (x *FundingPsbtVerify) Reset() {
*x = FundingPsbtVerify{}
- mi := &file_lightning_proto_msgTypes[87]
+ mi := &file_lightning_proto_msgTypes[84]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8828,7 +8479,7 @@ func (x *FundingPsbtVerify) String() string {
func (*FundingPsbtVerify) ProtoMessage() {}
func (x *FundingPsbtVerify) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[87]
+ mi := &file_lightning_proto_msgTypes[84]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8841,7 +8492,7 @@ func (x *FundingPsbtVerify) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingPsbtVerify.ProtoReflect.Descriptor instead.
func (*FundingPsbtVerify) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{87}
+ return file_lightning_proto_rawDescGZIP(), []int{84}
}
func (x *FundingPsbtVerify) GetFundedPsbt() []byte {
@@ -8883,7 +8534,7 @@ type FundingPsbtFinalize struct {
func (x *FundingPsbtFinalize) Reset() {
*x = FundingPsbtFinalize{}
- mi := &file_lightning_proto_msgTypes[88]
+ mi := &file_lightning_proto_msgTypes[85]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8895,7 +8546,7 @@ func (x *FundingPsbtFinalize) String() string {
func (*FundingPsbtFinalize) ProtoMessage() {}
func (x *FundingPsbtFinalize) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[88]
+ mi := &file_lightning_proto_msgTypes[85]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8908,7 +8559,7 @@ func (x *FundingPsbtFinalize) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingPsbtFinalize.ProtoReflect.Descriptor instead.
func (*FundingPsbtFinalize) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{88}
+ return file_lightning_proto_rawDescGZIP(), []int{85}
}
func (x *FundingPsbtFinalize) GetSignedPsbt() []byte {
@@ -8947,7 +8598,7 @@ type FundingTransitionMsg struct {
func (x *FundingTransitionMsg) Reset() {
*x = FundingTransitionMsg{}
- mi := &file_lightning_proto_msgTypes[89]
+ mi := &file_lightning_proto_msgTypes[86]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8959,7 +8610,7 @@ func (x *FundingTransitionMsg) String() string {
func (*FundingTransitionMsg) ProtoMessage() {}
func (x *FundingTransitionMsg) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[89]
+ mi := &file_lightning_proto_msgTypes[86]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8972,7 +8623,7 @@ func (x *FundingTransitionMsg) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingTransitionMsg.ProtoReflect.Descriptor instead.
func (*FundingTransitionMsg) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{89}
+ return file_lightning_proto_rawDescGZIP(), []int{86}
}
func (x *FundingTransitionMsg) GetTrigger() isFundingTransitionMsg_Trigger {
@@ -9065,7 +8716,7 @@ type FundingStateStepResp struct {
func (x *FundingStateStepResp) Reset() {
*x = FundingStateStepResp{}
- mi := &file_lightning_proto_msgTypes[90]
+ mi := &file_lightning_proto_msgTypes[87]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9077,7 +8728,7 @@ func (x *FundingStateStepResp) String() string {
func (*FundingStateStepResp) ProtoMessage() {}
func (x *FundingStateStepResp) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[90]
+ mi := &file_lightning_proto_msgTypes[87]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9090,7 +8741,7 @@ func (x *FundingStateStepResp) ProtoReflect() protoreflect.Message {
// Deprecated: Use FundingStateStepResp.ProtoReflect.Descriptor instead.
func (*FundingStateStepResp) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{90}
+ return file_lightning_proto_rawDescGZIP(), []int{87}
}
type PendingHTLC struct {
@@ -9115,7 +8766,7 @@ type PendingHTLC struct {
func (x *PendingHTLC) Reset() {
*x = PendingHTLC{}
- mi := &file_lightning_proto_msgTypes[91]
+ mi := &file_lightning_proto_msgTypes[88]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9127,7 +8778,7 @@ func (x *PendingHTLC) String() string {
func (*PendingHTLC) ProtoMessage() {}
func (x *PendingHTLC) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[91]
+ mi := &file_lightning_proto_msgTypes[88]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9140,7 +8791,7 @@ func (x *PendingHTLC) ProtoReflect() protoreflect.Message {
// Deprecated: Use PendingHTLC.ProtoReflect.Descriptor instead.
func (*PendingHTLC) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{91}
+ return file_lightning_proto_rawDescGZIP(), []int{88}
}
func (x *PendingHTLC) GetIncoming() bool {
@@ -9196,7 +8847,7 @@ type PendingChannelsRequest struct {
func (x *PendingChannelsRequest) Reset() {
*x = PendingChannelsRequest{}
- mi := &file_lightning_proto_msgTypes[92]
+ mi := &file_lightning_proto_msgTypes[89]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9208,7 +8859,7 @@ func (x *PendingChannelsRequest) String() string {
func (*PendingChannelsRequest) ProtoMessage() {}
func (x *PendingChannelsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[92]
+ mi := &file_lightning_proto_msgTypes[89]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9221,7 +8872,7 @@ func (x *PendingChannelsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use PendingChannelsRequest.ProtoReflect.Descriptor instead.
func (*PendingChannelsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{92}
+ return file_lightning_proto_rawDescGZIP(), []int{89}
}
func (x *PendingChannelsRequest) GetIncludeRawTx() bool {
@@ -9253,7 +8904,7 @@ type PendingChannelsResponse struct {
func (x *PendingChannelsResponse) Reset() {
*x = PendingChannelsResponse{}
- mi := &file_lightning_proto_msgTypes[93]
+ mi := &file_lightning_proto_msgTypes[90]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9265,7 +8916,7 @@ func (x *PendingChannelsResponse) String() string {
func (*PendingChannelsResponse) ProtoMessage() {}
func (x *PendingChannelsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[93]
+ mi := &file_lightning_proto_msgTypes[90]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9278,7 +8929,7 @@ func (x *PendingChannelsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use PendingChannelsResponse.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93}
+ return file_lightning_proto_rawDescGZIP(), []int{90}
}
func (x *PendingChannelsResponse) GetTotalLimboBalance() int64 {
@@ -9325,7 +8976,7 @@ type ChannelEventSubscription struct {
func (x *ChannelEventSubscription) Reset() {
*x = ChannelEventSubscription{}
- mi := &file_lightning_proto_msgTypes[94]
+ mi := &file_lightning_proto_msgTypes[91]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9337,7 +8988,7 @@ func (x *ChannelEventSubscription) String() string {
func (*ChannelEventSubscription) ProtoMessage() {}
func (x *ChannelEventSubscription) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[94]
+ mi := &file_lightning_proto_msgTypes[91]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9350,7 +9001,7 @@ func (x *ChannelEventSubscription) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelEventSubscription.ProtoReflect.Descriptor instead.
func (*ChannelEventSubscription) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{94}
+ return file_lightning_proto_rawDescGZIP(), []int{91}
}
type ChannelCommitUpdate struct {
@@ -9362,7 +9013,7 @@ type ChannelCommitUpdate struct {
func (x *ChannelCommitUpdate) Reset() {
*x = ChannelCommitUpdate{}
- mi := &file_lightning_proto_msgTypes[95]
+ mi := &file_lightning_proto_msgTypes[92]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9374,7 +9025,7 @@ func (x *ChannelCommitUpdate) String() string {
func (*ChannelCommitUpdate) ProtoMessage() {}
func (x *ChannelCommitUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[95]
+ mi := &file_lightning_proto_msgTypes[92]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9387,7 +9038,7 @@ func (x *ChannelCommitUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelCommitUpdate.ProtoReflect.Descriptor instead.
func (*ChannelCommitUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{95}
+ return file_lightning_proto_rawDescGZIP(), []int{92}
}
func (x *ChannelCommitUpdate) GetChannel() *Channel {
@@ -9417,7 +9068,7 @@ type ChannelEventUpdate struct {
func (x *ChannelEventUpdate) Reset() {
*x = ChannelEventUpdate{}
- mi := &file_lightning_proto_msgTypes[96]
+ mi := &file_lightning_proto_msgTypes[93]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9429,7 +9080,7 @@ func (x *ChannelEventUpdate) String() string {
func (*ChannelEventUpdate) ProtoMessage() {}
func (x *ChannelEventUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[96]
+ mi := &file_lightning_proto_msgTypes[93]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9442,7 +9093,7 @@ func (x *ChannelEventUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelEventUpdate.ProtoReflect.Descriptor instead.
func (*ChannelEventUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{96}
+ return file_lightning_proto_rawDescGZIP(), []int{93}
}
func (x *ChannelEventUpdate) GetChannel() isChannelEventUpdate_Channel {
@@ -9595,7 +9246,7 @@ type WalletAccountBalance struct {
func (x *WalletAccountBalance) Reset() {
*x = WalletAccountBalance{}
- mi := &file_lightning_proto_msgTypes[97]
+ mi := &file_lightning_proto_msgTypes[94]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9607,7 +9258,7 @@ func (x *WalletAccountBalance) String() string {
func (*WalletAccountBalance) ProtoMessage() {}
func (x *WalletAccountBalance) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[97]
+ mi := &file_lightning_proto_msgTypes[94]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9620,7 +9271,7 @@ func (x *WalletAccountBalance) ProtoReflect() protoreflect.Message {
// Deprecated: Use WalletAccountBalance.ProtoReflect.Descriptor instead.
func (*WalletAccountBalance) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{97}
+ return file_lightning_proto_rawDescGZIP(), []int{94}
}
func (x *WalletAccountBalance) GetConfirmedBalance() int64 {
@@ -9652,7 +9303,7 @@ type WalletBalanceRequest struct {
func (x *WalletBalanceRequest) Reset() {
*x = WalletBalanceRequest{}
- mi := &file_lightning_proto_msgTypes[98]
+ mi := &file_lightning_proto_msgTypes[95]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9664,7 +9315,7 @@ func (x *WalletBalanceRequest) String() string {
func (*WalletBalanceRequest) ProtoMessage() {}
func (x *WalletBalanceRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[98]
+ mi := &file_lightning_proto_msgTypes[95]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9677,7 +9328,7 @@ func (x *WalletBalanceRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use WalletBalanceRequest.ProtoReflect.Descriptor instead.
func (*WalletBalanceRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{98}
+ return file_lightning_proto_rawDescGZIP(), []int{95}
}
func (x *WalletBalanceRequest) GetAccount() string {
@@ -9715,7 +9366,7 @@ type WalletBalanceResponse struct {
func (x *WalletBalanceResponse) Reset() {
*x = WalletBalanceResponse{}
- mi := &file_lightning_proto_msgTypes[99]
+ mi := &file_lightning_proto_msgTypes[96]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9727,7 +9378,7 @@ func (x *WalletBalanceResponse) String() string {
func (*WalletBalanceResponse) ProtoMessage() {}
func (x *WalletBalanceResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[99]
+ mi := &file_lightning_proto_msgTypes[96]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9740,7 +9391,7 @@ func (x *WalletBalanceResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use WalletBalanceResponse.ProtoReflect.Descriptor instead.
func (*WalletBalanceResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{99}
+ return file_lightning_proto_rawDescGZIP(), []int{96}
}
func (x *WalletBalanceResponse) GetTotalBalance() int64 {
@@ -9797,7 +9448,7 @@ type Amount struct {
func (x *Amount) Reset() {
*x = Amount{}
- mi := &file_lightning_proto_msgTypes[100]
+ mi := &file_lightning_proto_msgTypes[97]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9809,7 +9460,7 @@ func (x *Amount) String() string {
func (*Amount) ProtoMessage() {}
func (x *Amount) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[100]
+ mi := &file_lightning_proto_msgTypes[97]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9822,7 +9473,7 @@ func (x *Amount) ProtoReflect() protoreflect.Message {
// Deprecated: Use Amount.ProtoReflect.Descriptor instead.
func (*Amount) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{100}
+ return file_lightning_proto_rawDescGZIP(), []int{97}
}
func (x *Amount) GetSat() uint64 {
@@ -9847,7 +9498,7 @@ type ChannelBalanceRequest struct {
func (x *ChannelBalanceRequest) Reset() {
*x = ChannelBalanceRequest{}
- mi := &file_lightning_proto_msgTypes[101]
+ mi := &file_lightning_proto_msgTypes[98]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9859,7 +9510,7 @@ func (x *ChannelBalanceRequest) String() string {
func (*ChannelBalanceRequest) ProtoMessage() {}
func (x *ChannelBalanceRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[101]
+ mi := &file_lightning_proto_msgTypes[98]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9872,7 +9523,7 @@ func (x *ChannelBalanceRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelBalanceRequest.ProtoReflect.Descriptor instead.
func (*ChannelBalanceRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{101}
+ return file_lightning_proto_rawDescGZIP(), []int{98}
}
type ChannelBalanceResponse struct {
@@ -9906,7 +9557,7 @@ type ChannelBalanceResponse struct {
func (x *ChannelBalanceResponse) Reset() {
*x = ChannelBalanceResponse{}
- mi := &file_lightning_proto_msgTypes[102]
+ mi := &file_lightning_proto_msgTypes[99]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9918,7 +9569,7 @@ func (x *ChannelBalanceResponse) String() string {
func (*ChannelBalanceResponse) ProtoMessage() {}
func (x *ChannelBalanceResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[102]
+ mi := &file_lightning_proto_msgTypes[99]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9931,7 +9582,7 @@ func (x *ChannelBalanceResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelBalanceResponse.ProtoReflect.Descriptor instead.
func (*ChannelBalanceResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{102}
+ return file_lightning_proto_rawDescGZIP(), []int{99}
}
// Deprecated: Marked as deprecated in lightning.proto.
@@ -10052,11 +9703,6 @@ type QueryRoutesRequest struct {
// Record types are required to be in the custom range >= 65536. When using
// REST, the values must be encoded as base64.
DestCustomRecords map[uint64][]byte `protobuf:"bytes,13,rep,name=dest_custom_records,json=destCustomRecords,proto3" json:"dest_custom_records,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- // Deprecated, use outgoing_chan_ids. The channel id of the channel that must
- // be taken to the first hop. If zero, any channel may be used.
- //
- // Deprecated: Marked as deprecated in lightning.proto.
- OutgoingChanId uint64 `protobuf:"varint,14,opt,name=outgoing_chan_id,json=outgoingChanId,proto3" json:"outgoing_chan_id,omitempty"`
// The pubkey of the last hop of the route. If empty, any hop may be used.
LastHopPubkey []byte `protobuf:"bytes,15,opt,name=last_hop_pubkey,json=lastHopPubkey,proto3" json:"last_hop_pubkey,omitempty"`
// Optional route hints to reach the destination through private channels.
@@ -10085,7 +9731,7 @@ type QueryRoutesRequest struct {
func (x *QueryRoutesRequest) Reset() {
*x = QueryRoutesRequest{}
- mi := &file_lightning_proto_msgTypes[103]
+ mi := &file_lightning_proto_msgTypes[100]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10097,7 +9743,7 @@ func (x *QueryRoutesRequest) String() string {
func (*QueryRoutesRequest) ProtoMessage() {}
func (x *QueryRoutesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[103]
+ mi := &file_lightning_proto_msgTypes[100]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10110,7 +9756,7 @@ func (x *QueryRoutesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use QueryRoutesRequest.ProtoReflect.Descriptor instead.
func (*QueryRoutesRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{103}
+ return file_lightning_proto_rawDescGZIP(), []int{100}
}
func (x *QueryRoutesRequest) GetPubKey() string {
@@ -10198,14 +9844,6 @@ func (x *QueryRoutesRequest) GetDestCustomRecords() map[uint64][]byte {
return nil
}
-// Deprecated: Marked as deprecated in lightning.proto.
-func (x *QueryRoutesRequest) GetOutgoingChanId() uint64 {
- if x != nil {
- return x.OutgoingChanId
- }
- return 0
-}
-
func (x *QueryRoutesRequest) GetLastHopPubkey() []byte {
if x != nil {
return x.LastHopPubkey
@@ -10262,7 +9900,7 @@ type NodePair struct {
func (x *NodePair) Reset() {
*x = NodePair{}
- mi := &file_lightning_proto_msgTypes[104]
+ mi := &file_lightning_proto_msgTypes[101]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10274,7 +9912,7 @@ func (x *NodePair) String() string {
func (*NodePair) ProtoMessage() {}
func (x *NodePair) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[104]
+ mi := &file_lightning_proto_msgTypes[101]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10287,7 +9925,7 @@ func (x *NodePair) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodePair.ProtoReflect.Descriptor instead.
func (*NodePair) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{104}
+ return file_lightning_proto_rawDescGZIP(), []int{101}
}
func (x *NodePair) GetFrom() []byte {
@@ -10319,7 +9957,7 @@ type EdgeLocator struct {
func (x *EdgeLocator) Reset() {
*x = EdgeLocator{}
- mi := &file_lightning_proto_msgTypes[105]
+ mi := &file_lightning_proto_msgTypes[102]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10331,7 +9969,7 @@ func (x *EdgeLocator) String() string {
func (*EdgeLocator) ProtoMessage() {}
func (x *EdgeLocator) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[105]
+ mi := &file_lightning_proto_msgTypes[102]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10344,7 +9982,7 @@ func (x *EdgeLocator) ProtoReflect() protoreflect.Message {
// Deprecated: Use EdgeLocator.ProtoReflect.Descriptor instead.
func (*EdgeLocator) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{105}
+ return file_lightning_proto_rawDescGZIP(), []int{102}
}
func (x *EdgeLocator) GetChannelId() uint64 {
@@ -10375,7 +10013,7 @@ type QueryRoutesResponse struct {
func (x *QueryRoutesResponse) Reset() {
*x = QueryRoutesResponse{}
- mi := &file_lightning_proto_msgTypes[106]
+ mi := &file_lightning_proto_msgTypes[103]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10387,7 +10025,7 @@ func (x *QueryRoutesResponse) String() string {
func (*QueryRoutesResponse) ProtoMessage() {}
func (x *QueryRoutesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[106]
+ mi := &file_lightning_proto_msgTypes[103]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10400,7 +10038,7 @@ func (x *QueryRoutesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use QueryRoutesResponse.ProtoReflect.Descriptor instead.
func (*QueryRoutesResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{106}
+ return file_lightning_proto_rawDescGZIP(), []int{103}
}
func (x *QueryRoutesResponse) GetRoutes() []*Route {
@@ -10482,7 +10120,7 @@ type Hop struct {
func (x *Hop) Reset() {
*x = Hop{}
- mi := &file_lightning_proto_msgTypes[107]
+ mi := &file_lightning_proto_msgTypes[104]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10494,7 +10132,7 @@ func (x *Hop) String() string {
func (*Hop) ProtoMessage() {}
func (x *Hop) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[107]
+ mi := &file_lightning_proto_msgTypes[104]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10507,7 +10145,7 @@ func (x *Hop) ProtoReflect() protoreflect.Message {
// Deprecated: Use Hop.ProtoReflect.Descriptor instead.
func (*Hop) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{107}
+ return file_lightning_proto_rawDescGZIP(), []int{104}
}
func (x *Hop) GetChanId() uint64 {
@@ -10645,7 +10283,7 @@ type MPPRecord struct {
func (x *MPPRecord) Reset() {
*x = MPPRecord{}
- mi := &file_lightning_proto_msgTypes[108]
+ mi := &file_lightning_proto_msgTypes[105]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10657,7 +10295,7 @@ func (x *MPPRecord) String() string {
func (*MPPRecord) ProtoMessage() {}
func (x *MPPRecord) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[108]
+ mi := &file_lightning_proto_msgTypes[105]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10670,7 +10308,7 @@ func (x *MPPRecord) ProtoReflect() protoreflect.Message {
// Deprecated: Use MPPRecord.ProtoReflect.Descriptor instead.
func (*MPPRecord) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{108}
+ return file_lightning_proto_rawDescGZIP(), []int{105}
}
func (x *MPPRecord) GetPaymentAddr() []byte {
@@ -10698,7 +10336,7 @@ type AMPRecord struct {
func (x *AMPRecord) Reset() {
*x = AMPRecord{}
- mi := &file_lightning_proto_msgTypes[109]
+ mi := &file_lightning_proto_msgTypes[106]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10710,7 +10348,7 @@ func (x *AMPRecord) String() string {
func (*AMPRecord) ProtoMessage() {}
func (x *AMPRecord) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[109]
+ mi := &file_lightning_proto_msgTypes[106]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10723,7 +10361,7 @@ func (x *AMPRecord) ProtoReflect() protoreflect.Message {
// Deprecated: Use AMPRecord.ProtoReflect.Descriptor instead.
func (*AMPRecord) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{109}
+ return file_lightning_proto_rawDescGZIP(), []int{106}
}
func (x *AMPRecord) GetRootShare() []byte {
@@ -10793,7 +10431,7 @@ type Route struct {
func (x *Route) Reset() {
*x = Route{}
- mi := &file_lightning_proto_msgTypes[110]
+ mi := &file_lightning_proto_msgTypes[107]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10805,7 +10443,7 @@ func (x *Route) String() string {
func (*Route) ProtoMessage() {}
func (x *Route) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[110]
+ mi := &file_lightning_proto_msgTypes[107]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10818,7 +10456,7 @@ func (x *Route) ProtoReflect() protoreflect.Message {
// Deprecated: Use Route.ProtoReflect.Descriptor instead.
func (*Route) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{110}
+ return file_lightning_proto_rawDescGZIP(), []int{107}
}
func (x *Route) GetTotalTimeLock() uint32 {
@@ -10894,7 +10532,7 @@ type NodeInfoRequest struct {
func (x *NodeInfoRequest) Reset() {
*x = NodeInfoRequest{}
- mi := &file_lightning_proto_msgTypes[111]
+ mi := &file_lightning_proto_msgTypes[108]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10906,7 +10544,7 @@ func (x *NodeInfoRequest) String() string {
func (*NodeInfoRequest) ProtoMessage() {}
func (x *NodeInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[111]
+ mi := &file_lightning_proto_msgTypes[108]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10919,7 +10557,7 @@ func (x *NodeInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeInfoRequest.ProtoReflect.Descriptor instead.
func (*NodeInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{111}
+ return file_lightning_proto_rawDescGZIP(), []int{108}
}
func (x *NodeInfoRequest) GetPubKey() string {
@@ -10962,7 +10600,7 @@ type NodeInfo struct {
func (x *NodeInfo) Reset() {
*x = NodeInfo{}
- mi := &file_lightning_proto_msgTypes[112]
+ mi := &file_lightning_proto_msgTypes[109]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -10974,7 +10612,7 @@ func (x *NodeInfo) String() string {
func (*NodeInfo) ProtoMessage() {}
func (x *NodeInfo) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[112]
+ mi := &file_lightning_proto_msgTypes[109]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -10987,7 +10625,7 @@ func (x *NodeInfo) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeInfo.ProtoReflect.Descriptor instead.
func (*NodeInfo) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{112}
+ return file_lightning_proto_rawDescGZIP(), []int{109}
}
func (x *NodeInfo) GetNode() *LightningNode {
@@ -11038,7 +10676,7 @@ type LightningNode struct {
func (x *LightningNode) Reset() {
*x = LightningNode{}
- mi := &file_lightning_proto_msgTypes[113]
+ mi := &file_lightning_proto_msgTypes[110]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11050,7 +10688,7 @@ func (x *LightningNode) String() string {
func (*LightningNode) ProtoMessage() {}
func (x *LightningNode) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[113]
+ mi := &file_lightning_proto_msgTypes[110]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11063,7 +10701,7 @@ func (x *LightningNode) ProtoReflect() protoreflect.Message {
// Deprecated: Use LightningNode.ProtoReflect.Descriptor instead.
func (*LightningNode) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{113}
+ return file_lightning_proto_rawDescGZIP(), []int{110}
}
func (x *LightningNode) GetLastUpdate() uint32 {
@@ -11125,7 +10763,7 @@ type NodeAddress struct {
func (x *NodeAddress) Reset() {
*x = NodeAddress{}
- mi := &file_lightning_proto_msgTypes[114]
+ mi := &file_lightning_proto_msgTypes[111]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11137,7 +10775,7 @@ func (x *NodeAddress) String() string {
func (*NodeAddress) ProtoMessage() {}
func (x *NodeAddress) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[114]
+ mi := &file_lightning_proto_msgTypes[111]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11150,7 +10788,7 @@ func (x *NodeAddress) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeAddress.ProtoReflect.Descriptor instead.
func (*NodeAddress) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{114}
+ return file_lightning_proto_rawDescGZIP(), []int{111}
}
func (x *NodeAddress) GetNetwork() string {
@@ -11187,7 +10825,7 @@ type RoutingPolicy struct {
func (x *RoutingPolicy) Reset() {
*x = RoutingPolicy{}
- mi := &file_lightning_proto_msgTypes[115]
+ mi := &file_lightning_proto_msgTypes[112]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11199,7 +10837,7 @@ func (x *RoutingPolicy) String() string {
func (*RoutingPolicy) ProtoMessage() {}
func (x *RoutingPolicy) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[115]
+ mi := &file_lightning_proto_msgTypes[112]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11212,7 +10850,7 @@ func (x *RoutingPolicy) ProtoReflect() protoreflect.Message {
// Deprecated: Use RoutingPolicy.ProtoReflect.Descriptor instead.
func (*RoutingPolicy) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{115}
+ return file_lightning_proto_rawDescGZIP(), []int{112}
}
func (x *RoutingPolicy) GetTimeLockDelta() uint32 {
@@ -11310,7 +10948,7 @@ type ChannelAuthProof struct {
func (x *ChannelAuthProof) Reset() {
*x = ChannelAuthProof{}
- mi := &file_lightning_proto_msgTypes[116]
+ mi := &file_lightning_proto_msgTypes[113]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11322,7 +10960,7 @@ func (x *ChannelAuthProof) String() string {
func (*ChannelAuthProof) ProtoMessage() {}
func (x *ChannelAuthProof) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[116]
+ mi := &file_lightning_proto_msgTypes[113]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11335,7 +10973,7 @@ func (x *ChannelAuthProof) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelAuthProof.ProtoReflect.Descriptor instead.
func (*ChannelAuthProof) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{116}
+ return file_lightning_proto_rawDescGZIP(), []int{113}
}
func (x *ChannelAuthProof) GetNodeSig1() []byte {
@@ -11399,7 +11037,7 @@ type ChannelEdge struct {
func (x *ChannelEdge) Reset() {
*x = ChannelEdge{}
- mi := &file_lightning_proto_msgTypes[117]
+ mi := &file_lightning_proto_msgTypes[114]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11411,7 +11049,7 @@ func (x *ChannelEdge) String() string {
func (*ChannelEdge) ProtoMessage() {}
func (x *ChannelEdge) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[117]
+ mi := &file_lightning_proto_msgTypes[114]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11424,7 +11062,7 @@ func (x *ChannelEdge) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelEdge.ProtoReflect.Descriptor instead.
func (*ChannelEdge) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{117}
+ return file_lightning_proto_rawDescGZIP(), []int{114}
}
func (x *ChannelEdge) GetChannelId() uint64 {
@@ -11512,7 +11150,7 @@ type ChannelGraphRequest struct {
func (x *ChannelGraphRequest) Reset() {
*x = ChannelGraphRequest{}
- mi := &file_lightning_proto_msgTypes[118]
+ mi := &file_lightning_proto_msgTypes[115]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11524,7 +11162,7 @@ func (x *ChannelGraphRequest) String() string {
func (*ChannelGraphRequest) ProtoMessage() {}
func (x *ChannelGraphRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[118]
+ mi := &file_lightning_proto_msgTypes[115]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11537,7 +11175,7 @@ func (x *ChannelGraphRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelGraphRequest.ProtoReflect.Descriptor instead.
func (*ChannelGraphRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{118}
+ return file_lightning_proto_rawDescGZIP(), []int{115}
}
func (x *ChannelGraphRequest) GetIncludeUnannounced() bool {
@@ -11567,7 +11205,7 @@ type ChannelGraph struct {
func (x *ChannelGraph) Reset() {
*x = ChannelGraph{}
- mi := &file_lightning_proto_msgTypes[119]
+ mi := &file_lightning_proto_msgTypes[116]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11579,7 +11217,7 @@ func (x *ChannelGraph) String() string {
func (*ChannelGraph) ProtoMessage() {}
func (x *ChannelGraph) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[119]
+ mi := &file_lightning_proto_msgTypes[116]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11592,7 +11230,7 @@ func (x *ChannelGraph) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelGraph.ProtoReflect.Descriptor instead.
func (*ChannelGraph) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{119}
+ return file_lightning_proto_rawDescGZIP(), []int{116}
}
func (x *ChannelGraph) GetNodes() []*LightningNode {
@@ -11619,7 +11257,7 @@ type NodeMetricsRequest struct {
func (x *NodeMetricsRequest) Reset() {
*x = NodeMetricsRequest{}
- mi := &file_lightning_proto_msgTypes[120]
+ mi := &file_lightning_proto_msgTypes[117]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11631,7 +11269,7 @@ func (x *NodeMetricsRequest) String() string {
func (*NodeMetricsRequest) ProtoMessage() {}
func (x *NodeMetricsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[120]
+ mi := &file_lightning_proto_msgTypes[117]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11644,7 +11282,7 @@ func (x *NodeMetricsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeMetricsRequest.ProtoReflect.Descriptor instead.
func (*NodeMetricsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{120}
+ return file_lightning_proto_rawDescGZIP(), []int{117}
}
func (x *NodeMetricsRequest) GetTypes() []NodeMetricType {
@@ -11668,7 +11306,7 @@ type NodeMetricsResponse struct {
func (x *NodeMetricsResponse) Reset() {
*x = NodeMetricsResponse{}
- mi := &file_lightning_proto_msgTypes[121]
+ mi := &file_lightning_proto_msgTypes[118]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11680,7 +11318,7 @@ func (x *NodeMetricsResponse) String() string {
func (*NodeMetricsResponse) ProtoMessage() {}
func (x *NodeMetricsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[121]
+ mi := &file_lightning_proto_msgTypes[118]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11693,7 +11331,7 @@ func (x *NodeMetricsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeMetricsResponse.ProtoReflect.Descriptor instead.
func (*NodeMetricsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{121}
+ return file_lightning_proto_rawDescGZIP(), []int{118}
}
func (x *NodeMetricsResponse) GetBetweennessCentrality() map[string]*FloatMetric {
@@ -11715,7 +11353,7 @@ type FloatMetric struct {
func (x *FloatMetric) Reset() {
*x = FloatMetric{}
- mi := &file_lightning_proto_msgTypes[122]
+ mi := &file_lightning_proto_msgTypes[119]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11727,7 +11365,7 @@ func (x *FloatMetric) String() string {
func (*FloatMetric) ProtoMessage() {}
func (x *FloatMetric) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[122]
+ mi := &file_lightning_proto_msgTypes[119]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11740,7 +11378,7 @@ func (x *FloatMetric) ProtoReflect() protoreflect.Message {
// Deprecated: Use FloatMetric.ProtoReflect.Descriptor instead.
func (*FloatMetric) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{122}
+ return file_lightning_proto_rawDescGZIP(), []int{119}
}
func (x *FloatMetric) GetValue() float64 {
@@ -11774,7 +11412,7 @@ type ChanInfoRequest struct {
func (x *ChanInfoRequest) Reset() {
*x = ChanInfoRequest{}
- mi := &file_lightning_proto_msgTypes[123]
+ mi := &file_lightning_proto_msgTypes[120]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11786,7 +11424,7 @@ func (x *ChanInfoRequest) String() string {
func (*ChanInfoRequest) ProtoMessage() {}
func (x *ChanInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[123]
+ mi := &file_lightning_proto_msgTypes[120]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11799,7 +11437,7 @@ func (x *ChanInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChanInfoRequest.ProtoReflect.Descriptor instead.
func (*ChanInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{123}
+ return file_lightning_proto_rawDescGZIP(), []int{120}
}
func (x *ChanInfoRequest) GetChanId() uint64 {
@@ -11831,7 +11469,7 @@ type NetworkInfoRequest struct {
func (x *NetworkInfoRequest) Reset() {
*x = NetworkInfoRequest{}
- mi := &file_lightning_proto_msgTypes[124]
+ mi := &file_lightning_proto_msgTypes[121]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11843,7 +11481,7 @@ func (x *NetworkInfoRequest) String() string {
func (*NetworkInfoRequest) ProtoMessage() {}
func (x *NetworkInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[124]
+ mi := &file_lightning_proto_msgTypes[121]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11856,7 +11494,7 @@ func (x *NetworkInfoRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use NetworkInfoRequest.ProtoReflect.Descriptor instead.
func (*NetworkInfoRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{124}
+ return file_lightning_proto_rawDescGZIP(), []int{121}
}
type NetworkInfo struct {
@@ -11879,7 +11517,7 @@ type NetworkInfo struct {
func (x *NetworkInfo) Reset() {
*x = NetworkInfo{}
- mi := &file_lightning_proto_msgTypes[125]
+ mi := &file_lightning_proto_msgTypes[122]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -11891,7 +11529,7 @@ func (x *NetworkInfo) String() string {
func (*NetworkInfo) ProtoMessage() {}
func (x *NetworkInfo) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[125]
+ mi := &file_lightning_proto_msgTypes[122]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11904,7 +11542,7 @@ func (x *NetworkInfo) ProtoReflect() protoreflect.Message {
// Deprecated: Use NetworkInfo.ProtoReflect.Descriptor instead.
func (*NetworkInfo) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{125}
+ return file_lightning_proto_rawDescGZIP(), []int{122}
}
func (x *NetworkInfo) GetGraphDiameter() uint32 {
@@ -11992,7 +11630,7 @@ type StopRequest struct {
func (x *StopRequest) Reset() {
*x = StopRequest{}
- mi := &file_lightning_proto_msgTypes[126]
+ mi := &file_lightning_proto_msgTypes[123]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12004,7 +11642,7 @@ func (x *StopRequest) String() string {
func (*StopRequest) ProtoMessage() {}
func (x *StopRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[126]
+ mi := &file_lightning_proto_msgTypes[123]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12017,7 +11655,7 @@ func (x *StopRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use StopRequest.ProtoReflect.Descriptor instead.
func (*StopRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{126}
+ return file_lightning_proto_rawDescGZIP(), []int{123}
}
type StopResponse struct {
@@ -12030,7 +11668,7 @@ type StopResponse struct {
func (x *StopResponse) Reset() {
*x = StopResponse{}
- mi := &file_lightning_proto_msgTypes[127]
+ mi := &file_lightning_proto_msgTypes[124]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12042,7 +11680,7 @@ func (x *StopResponse) String() string {
func (*StopResponse) ProtoMessage() {}
func (x *StopResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[127]
+ mi := &file_lightning_proto_msgTypes[124]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12055,7 +11693,7 @@ func (x *StopResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use StopResponse.ProtoReflect.Descriptor instead.
func (*StopResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{127}
+ return file_lightning_proto_rawDescGZIP(), []int{124}
}
func (x *StopResponse) GetStatus() string {
@@ -12073,7 +11711,7 @@ type GraphTopologySubscription struct {
func (x *GraphTopologySubscription) Reset() {
*x = GraphTopologySubscription{}
- mi := &file_lightning_proto_msgTypes[128]
+ mi := &file_lightning_proto_msgTypes[125]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12085,7 +11723,7 @@ func (x *GraphTopologySubscription) String() string {
func (*GraphTopologySubscription) ProtoMessage() {}
func (x *GraphTopologySubscription) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[128]
+ mi := &file_lightning_proto_msgTypes[125]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12098,7 +11736,7 @@ func (x *GraphTopologySubscription) ProtoReflect() protoreflect.Message {
// Deprecated: Use GraphTopologySubscription.ProtoReflect.Descriptor instead.
func (*GraphTopologySubscription) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{128}
+ return file_lightning_proto_rawDescGZIP(), []int{125}
}
type GraphTopologyUpdate struct {
@@ -12112,7 +11750,7 @@ type GraphTopologyUpdate struct {
func (x *GraphTopologyUpdate) Reset() {
*x = GraphTopologyUpdate{}
- mi := &file_lightning_proto_msgTypes[129]
+ mi := &file_lightning_proto_msgTypes[126]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12124,7 +11762,7 @@ func (x *GraphTopologyUpdate) String() string {
func (*GraphTopologyUpdate) ProtoMessage() {}
func (x *GraphTopologyUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[129]
+ mi := &file_lightning_proto_msgTypes[126]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12137,7 +11775,7 @@ func (x *GraphTopologyUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use GraphTopologyUpdate.ProtoReflect.Descriptor instead.
func (*GraphTopologyUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{129}
+ return file_lightning_proto_rawDescGZIP(), []int{126}
}
func (x *GraphTopologyUpdate) GetNodeUpdates() []*NodeUpdate {
@@ -12184,7 +11822,7 @@ type NodeUpdate struct {
func (x *NodeUpdate) Reset() {
*x = NodeUpdate{}
- mi := &file_lightning_proto_msgTypes[130]
+ mi := &file_lightning_proto_msgTypes[127]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12196,7 +11834,7 @@ func (x *NodeUpdate) String() string {
func (*NodeUpdate) ProtoMessage() {}
func (x *NodeUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[130]
+ mi := &file_lightning_proto_msgTypes[127]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12209,7 +11847,7 @@ func (x *NodeUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeUpdate.ProtoReflect.Descriptor instead.
func (*NodeUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{130}
+ return file_lightning_proto_rawDescGZIP(), []int{127}
}
// Deprecated: Marked as deprecated in lightning.proto.
@@ -12280,7 +11918,7 @@ type ChannelEdgeUpdate struct {
func (x *ChannelEdgeUpdate) Reset() {
*x = ChannelEdgeUpdate{}
- mi := &file_lightning_proto_msgTypes[131]
+ mi := &file_lightning_proto_msgTypes[128]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12292,7 +11930,7 @@ func (x *ChannelEdgeUpdate) String() string {
func (*ChannelEdgeUpdate) ProtoMessage() {}
func (x *ChannelEdgeUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[131]
+ mi := &file_lightning_proto_msgTypes[128]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12305,7 +11943,7 @@ func (x *ChannelEdgeUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelEdgeUpdate.ProtoReflect.Descriptor instead.
func (*ChannelEdgeUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{131}
+ return file_lightning_proto_rawDescGZIP(), []int{128}
}
func (x *ChannelEdgeUpdate) GetChanId() uint64 {
@@ -12365,7 +12003,7 @@ type ClosedChannelUpdate struct {
func (x *ClosedChannelUpdate) Reset() {
*x = ClosedChannelUpdate{}
- mi := &file_lightning_proto_msgTypes[132]
+ mi := &file_lightning_proto_msgTypes[129]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12377,7 +12015,7 @@ func (x *ClosedChannelUpdate) String() string {
func (*ClosedChannelUpdate) ProtoMessage() {}
func (x *ClosedChannelUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[132]
+ mi := &file_lightning_proto_msgTypes[129]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12390,7 +12028,7 @@ func (x *ClosedChannelUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ClosedChannelUpdate.ProtoReflect.Descriptor instead.
func (*ClosedChannelUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{132}
+ return file_lightning_proto_rawDescGZIP(), []int{129}
}
func (x *ClosedChannelUpdate) GetChanId() uint64 {
@@ -12440,7 +12078,7 @@ type HopHint struct {
func (x *HopHint) Reset() {
*x = HopHint{}
- mi := &file_lightning_proto_msgTypes[133]
+ mi := &file_lightning_proto_msgTypes[130]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12452,7 +12090,7 @@ func (x *HopHint) String() string {
func (*HopHint) ProtoMessage() {}
func (x *HopHint) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[133]
+ mi := &file_lightning_proto_msgTypes[130]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12465,7 +12103,7 @@ func (x *HopHint) ProtoReflect() protoreflect.Message {
// Deprecated: Use HopHint.ProtoReflect.Descriptor instead.
func (*HopHint) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{133}
+ return file_lightning_proto_rawDescGZIP(), []int{130}
}
func (x *HopHint) GetNodeId() string {
@@ -12512,7 +12150,7 @@ type SetID struct {
func (x *SetID) Reset() {
*x = SetID{}
- mi := &file_lightning_proto_msgTypes[134]
+ mi := &file_lightning_proto_msgTypes[131]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12524,7 +12162,7 @@ func (x *SetID) String() string {
func (*SetID) ProtoMessage() {}
func (x *SetID) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[134]
+ mi := &file_lightning_proto_msgTypes[131]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12537,7 +12175,7 @@ func (x *SetID) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetID.ProtoReflect.Descriptor instead.
func (*SetID) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{134}
+ return file_lightning_proto_rawDescGZIP(), []int{131}
}
func (x *SetID) GetSetId() []byte {
@@ -12558,7 +12196,7 @@ type RouteHint struct {
func (x *RouteHint) Reset() {
*x = RouteHint{}
- mi := &file_lightning_proto_msgTypes[135]
+ mi := &file_lightning_proto_msgTypes[132]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12570,7 +12208,7 @@ func (x *RouteHint) String() string {
func (*RouteHint) ProtoMessage() {}
func (x *RouteHint) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[135]
+ mi := &file_lightning_proto_msgTypes[132]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12583,7 +12221,7 @@ func (x *RouteHint) ProtoReflect() protoreflect.Message {
// Deprecated: Use RouteHint.ProtoReflect.Descriptor instead.
func (*RouteHint) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{135}
+ return file_lightning_proto_rawDescGZIP(), []int{132}
}
func (x *RouteHint) GetHopHints() []*HopHint {
@@ -12619,7 +12257,7 @@ type BlindedPaymentPath struct {
func (x *BlindedPaymentPath) Reset() {
*x = BlindedPaymentPath{}
- mi := &file_lightning_proto_msgTypes[136]
+ mi := &file_lightning_proto_msgTypes[133]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12631,7 +12269,7 @@ func (x *BlindedPaymentPath) String() string {
func (*BlindedPaymentPath) ProtoMessage() {}
func (x *BlindedPaymentPath) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[136]
+ mi := &file_lightning_proto_msgTypes[133]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12644,7 +12282,7 @@ func (x *BlindedPaymentPath) ProtoReflect() protoreflect.Message {
// Deprecated: Use BlindedPaymentPath.ProtoReflect.Descriptor instead.
func (*BlindedPaymentPath) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{136}
+ return file_lightning_proto_rawDescGZIP(), []int{133}
}
func (x *BlindedPaymentPath) GetBlindedPath() *BlindedPath {
@@ -12712,7 +12350,7 @@ type BlindedPath struct {
func (x *BlindedPath) Reset() {
*x = BlindedPath{}
- mi := &file_lightning_proto_msgTypes[137]
+ mi := &file_lightning_proto_msgTypes[134]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12724,7 +12362,7 @@ func (x *BlindedPath) String() string {
func (*BlindedPath) ProtoMessage() {}
func (x *BlindedPath) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[137]
+ mi := &file_lightning_proto_msgTypes[134]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12737,7 +12375,7 @@ func (x *BlindedPath) ProtoReflect() protoreflect.Message {
// Deprecated: Use BlindedPath.ProtoReflect.Descriptor instead.
func (*BlindedPath) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{137}
+ return file_lightning_proto_rawDescGZIP(), []int{134}
}
func (x *BlindedPath) GetIntroductionNode() []byte {
@@ -12773,7 +12411,7 @@ type BlindedHop struct {
func (x *BlindedHop) Reset() {
*x = BlindedHop{}
- mi := &file_lightning_proto_msgTypes[138]
+ mi := &file_lightning_proto_msgTypes[135]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12785,7 +12423,7 @@ func (x *BlindedHop) String() string {
func (*BlindedHop) ProtoMessage() {}
func (x *BlindedHop) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[138]
+ mi := &file_lightning_proto_msgTypes[135]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12798,7 +12436,7 @@ func (x *BlindedHop) ProtoReflect() protoreflect.Message {
// Deprecated: Use BlindedHop.ProtoReflect.Descriptor instead.
func (*BlindedHop) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{138}
+ return file_lightning_proto_rawDescGZIP(), []int{135}
}
func (x *BlindedHop) GetBlindedNode() []byte {
@@ -12831,7 +12469,7 @@ type AMPInvoiceState struct {
func (x *AMPInvoiceState) Reset() {
*x = AMPInvoiceState{}
- mi := &file_lightning_proto_msgTypes[139]
+ mi := &file_lightning_proto_msgTypes[136]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -12843,7 +12481,7 @@ func (x *AMPInvoiceState) String() string {
func (*AMPInvoiceState) ProtoMessage() {}
func (x *AMPInvoiceState) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[139]
+ mi := &file_lightning_proto_msgTypes[136]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -12856,7 +12494,7 @@ func (x *AMPInvoiceState) ProtoReflect() protoreflect.Message {
// Deprecated: Use AMPInvoiceState.ProtoReflect.Descriptor instead.
func (*AMPInvoiceState) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{139}
+ return file_lightning_proto_rawDescGZIP(), []int{136}
}
func (x *AMPInvoiceState) GetState() InvoiceHTLCState {
@@ -13021,7 +12659,7 @@ type Invoice struct {
func (x *Invoice) Reset() {
*x = Invoice{}
- mi := &file_lightning_proto_msgTypes[140]
+ mi := &file_lightning_proto_msgTypes[137]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13033,7 +12671,7 @@ func (x *Invoice) String() string {
func (*Invoice) ProtoMessage() {}
func (x *Invoice) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[140]
+ mi := &file_lightning_proto_msgTypes[137]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13046,7 +12684,7 @@ func (x *Invoice) ProtoReflect() protoreflect.Message {
// Deprecated: Use Invoice.ProtoReflect.Descriptor instead.
func (*Invoice) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{140}
+ return file_lightning_proto_rawDescGZIP(), []int{137}
}
func (x *Invoice) GetMemo() string {
@@ -13280,7 +12918,7 @@ type BlindedPathConfig struct {
func (x *BlindedPathConfig) Reset() {
*x = BlindedPathConfig{}
- mi := &file_lightning_proto_msgTypes[141]
+ mi := &file_lightning_proto_msgTypes[138]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13292,7 +12930,7 @@ func (x *BlindedPathConfig) String() string {
func (*BlindedPathConfig) ProtoMessage() {}
func (x *BlindedPathConfig) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[141]
+ mi := &file_lightning_proto_msgTypes[138]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13305,7 +12943,7 @@ func (x *BlindedPathConfig) ProtoReflect() protoreflect.Message {
// Deprecated: Use BlindedPathConfig.ProtoReflect.Descriptor instead.
func (*BlindedPathConfig) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{141}
+ return file_lightning_proto_rawDescGZIP(), []int{138}
}
func (x *BlindedPathConfig) GetMinNumRealHops() uint32 {
@@ -13376,7 +13014,7 @@ type InvoiceHTLC struct {
func (x *InvoiceHTLC) Reset() {
*x = InvoiceHTLC{}
- mi := &file_lightning_proto_msgTypes[142]
+ mi := &file_lightning_proto_msgTypes[139]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13388,7 +13026,7 @@ func (x *InvoiceHTLC) String() string {
func (*InvoiceHTLC) ProtoMessage() {}
func (x *InvoiceHTLC) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[142]
+ mi := &file_lightning_proto_msgTypes[139]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13401,7 +13039,7 @@ func (x *InvoiceHTLC) ProtoReflect() protoreflect.Message {
// Deprecated: Use InvoiceHTLC.ProtoReflect.Descriptor instead.
func (*InvoiceHTLC) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{142}
+ return file_lightning_proto_rawDescGZIP(), []int{139}
}
func (x *InvoiceHTLC) GetChanId() uint64 {
@@ -13511,7 +13149,7 @@ type AMP struct {
func (x *AMP) Reset() {
*x = AMP{}
- mi := &file_lightning_proto_msgTypes[143]
+ mi := &file_lightning_proto_msgTypes[140]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13523,7 +13161,7 @@ func (x *AMP) String() string {
func (*AMP) ProtoMessage() {}
func (x *AMP) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[143]
+ mi := &file_lightning_proto_msgTypes[140]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13536,7 +13174,7 @@ func (x *AMP) ProtoReflect() protoreflect.Message {
// Deprecated: Use AMP.ProtoReflect.Descriptor instead.
func (*AMP) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{143}
+ return file_lightning_proto_rawDescGZIP(), []int{140}
}
func (x *AMP) GetRootShare() []byte {
@@ -13596,7 +13234,7 @@ type AddInvoiceResponse struct {
func (x *AddInvoiceResponse) Reset() {
*x = AddInvoiceResponse{}
- mi := &file_lightning_proto_msgTypes[144]
+ mi := &file_lightning_proto_msgTypes[141]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13608,7 +13246,7 @@ func (x *AddInvoiceResponse) String() string {
func (*AddInvoiceResponse) ProtoMessage() {}
func (x *AddInvoiceResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[144]
+ mi := &file_lightning_proto_msgTypes[141]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13621,7 +13259,7 @@ func (x *AddInvoiceResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use AddInvoiceResponse.ProtoReflect.Descriptor instead.
func (*AddInvoiceResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{144}
+ return file_lightning_proto_rawDescGZIP(), []int{141}
}
func (x *AddInvoiceResponse) GetRHash() []byte {
@@ -13670,7 +13308,7 @@ type PaymentHash struct {
func (x *PaymentHash) Reset() {
*x = PaymentHash{}
- mi := &file_lightning_proto_msgTypes[145]
+ mi := &file_lightning_proto_msgTypes[142]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13682,7 +13320,7 @@ func (x *PaymentHash) String() string {
func (*PaymentHash) ProtoMessage() {}
func (x *PaymentHash) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[145]
+ mi := &file_lightning_proto_msgTypes[142]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13695,7 +13333,7 @@ func (x *PaymentHash) ProtoReflect() protoreflect.Message {
// Deprecated: Use PaymentHash.ProtoReflect.Descriptor instead.
func (*PaymentHash) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{145}
+ return file_lightning_proto_rawDescGZIP(), []int{142}
}
// Deprecated: Marked as deprecated in lightning.proto.
@@ -13738,7 +13376,7 @@ type ListInvoiceRequest struct {
func (x *ListInvoiceRequest) Reset() {
*x = ListInvoiceRequest{}
- mi := &file_lightning_proto_msgTypes[146]
+ mi := &file_lightning_proto_msgTypes[143]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13750,7 +13388,7 @@ func (x *ListInvoiceRequest) String() string {
func (*ListInvoiceRequest) ProtoMessage() {}
func (x *ListInvoiceRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[146]
+ mi := &file_lightning_proto_msgTypes[143]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13763,7 +13401,7 @@ func (x *ListInvoiceRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListInvoiceRequest.ProtoReflect.Descriptor instead.
func (*ListInvoiceRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{146}
+ return file_lightning_proto_rawDescGZIP(), []int{143}
}
func (x *ListInvoiceRequest) GetPendingOnly() bool {
@@ -13825,7 +13463,7 @@ type ListInvoiceResponse struct {
func (x *ListInvoiceResponse) Reset() {
*x = ListInvoiceResponse{}
- mi := &file_lightning_proto_msgTypes[147]
+ mi := &file_lightning_proto_msgTypes[144]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13837,7 +13475,7 @@ func (x *ListInvoiceResponse) String() string {
func (*ListInvoiceResponse) ProtoMessage() {}
func (x *ListInvoiceResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[147]
+ mi := &file_lightning_proto_msgTypes[144]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13850,7 +13488,7 @@ func (x *ListInvoiceResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListInvoiceResponse.ProtoReflect.Descriptor instead.
func (*ListInvoiceResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{147}
+ return file_lightning_proto_rawDescGZIP(), []int{144}
}
func (x *ListInvoiceResponse) GetInvoices() []*Invoice {
@@ -13892,7 +13530,7 @@ type InvoiceSubscription struct {
func (x *InvoiceSubscription) Reset() {
*x = InvoiceSubscription{}
- mi := &file_lightning_proto_msgTypes[148]
+ mi := &file_lightning_proto_msgTypes[145]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13904,7 +13542,7 @@ func (x *InvoiceSubscription) String() string {
func (*InvoiceSubscription) ProtoMessage() {}
func (x *InvoiceSubscription) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[148]
+ mi := &file_lightning_proto_msgTypes[145]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13917,7 +13555,7 @@ func (x *InvoiceSubscription) ProtoReflect() protoreflect.Message {
// Deprecated: Use InvoiceSubscription.ProtoReflect.Descriptor instead.
func (*InvoiceSubscription) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{148}
+ return file_lightning_proto_rawDescGZIP(), []int{145}
}
func (x *InvoiceSubscription) GetAddIndex() uint64 {
@@ -13944,7 +13582,7 @@ type DelCanceledInvoiceReq struct {
func (x *DelCanceledInvoiceReq) Reset() {
*x = DelCanceledInvoiceReq{}
- mi := &file_lightning_proto_msgTypes[149]
+ mi := &file_lightning_proto_msgTypes[146]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -13956,7 +13594,7 @@ func (x *DelCanceledInvoiceReq) String() string {
func (*DelCanceledInvoiceReq) ProtoMessage() {}
func (x *DelCanceledInvoiceReq) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[149]
+ mi := &file_lightning_proto_msgTypes[146]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -13969,7 +13607,7 @@ func (x *DelCanceledInvoiceReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use DelCanceledInvoiceReq.ProtoReflect.Descriptor instead.
func (*DelCanceledInvoiceReq) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{149}
+ return file_lightning_proto_rawDescGZIP(), []int{146}
}
func (x *DelCanceledInvoiceReq) GetInvoiceHash() string {
@@ -13989,7 +13627,7 @@ type DelCanceledInvoiceResp struct {
func (x *DelCanceledInvoiceResp) Reset() {
*x = DelCanceledInvoiceResp{}
- mi := &file_lightning_proto_msgTypes[150]
+ mi := &file_lightning_proto_msgTypes[147]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14001,7 +13639,7 @@ func (x *DelCanceledInvoiceResp) String() string {
func (*DelCanceledInvoiceResp) ProtoMessage() {}
func (x *DelCanceledInvoiceResp) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[150]
+ mi := &file_lightning_proto_msgTypes[147]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14014,7 +13652,7 @@ func (x *DelCanceledInvoiceResp) ProtoReflect() protoreflect.Message {
// Deprecated: Use DelCanceledInvoiceResp.ProtoReflect.Descriptor instead.
func (*DelCanceledInvoiceResp) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{150}
+ return file_lightning_proto_rawDescGZIP(), []int{147}
}
func (x *DelCanceledInvoiceResp) GetStatus() string {
@@ -14072,7 +13710,7 @@ type Payment struct {
func (x *Payment) Reset() {
*x = Payment{}
- mi := &file_lightning_proto_msgTypes[151]
+ mi := &file_lightning_proto_msgTypes[148]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14084,7 +13722,7 @@ func (x *Payment) String() string {
func (*Payment) ProtoMessage() {}
func (x *Payment) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[151]
+ mi := &file_lightning_proto_msgTypes[148]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14097,7 +13735,7 @@ func (x *Payment) ProtoReflect() protoreflect.Message {
// Deprecated: Use Payment.ProtoReflect.Descriptor instead.
func (*Payment) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{151}
+ return file_lightning_proto_rawDescGZIP(), []int{148}
}
func (x *Payment) GetPaymentHash() string {
@@ -14238,7 +13876,7 @@ type HTLCAttempt struct {
func (x *HTLCAttempt) Reset() {
*x = HTLCAttempt{}
- mi := &file_lightning_proto_msgTypes[152]
+ mi := &file_lightning_proto_msgTypes[149]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14250,7 +13888,7 @@ func (x *HTLCAttempt) String() string {
func (*HTLCAttempt) ProtoMessage() {}
func (x *HTLCAttempt) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[152]
+ mi := &file_lightning_proto_msgTypes[149]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14263,7 +13901,7 @@ func (x *HTLCAttempt) ProtoReflect() protoreflect.Message {
// Deprecated: Use HTLCAttempt.ProtoReflect.Descriptor instead.
func (*HTLCAttempt) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{152}
+ return file_lightning_proto_rawDescGZIP(), []int{149}
}
func (x *HTLCAttempt) GetAttemptId() uint64 {
@@ -14354,7 +13992,7 @@ type ListPaymentsRequest struct {
func (x *ListPaymentsRequest) Reset() {
*x = ListPaymentsRequest{}
- mi := &file_lightning_proto_msgTypes[153]
+ mi := &file_lightning_proto_msgTypes[150]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14366,7 +14004,7 @@ func (x *ListPaymentsRequest) String() string {
func (*ListPaymentsRequest) ProtoMessage() {}
func (x *ListPaymentsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[153]
+ mi := &file_lightning_proto_msgTypes[150]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14379,7 +14017,7 @@ func (x *ListPaymentsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPaymentsRequest.ProtoReflect.Descriptor instead.
func (*ListPaymentsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{153}
+ return file_lightning_proto_rawDescGZIP(), []int{150}
}
func (x *ListPaymentsRequest) GetIncludeIncomplete() bool {
@@ -14459,7 +14097,7 @@ type ListPaymentsResponse struct {
func (x *ListPaymentsResponse) Reset() {
*x = ListPaymentsResponse{}
- mi := &file_lightning_proto_msgTypes[154]
+ mi := &file_lightning_proto_msgTypes[151]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14471,7 +14109,7 @@ func (x *ListPaymentsResponse) String() string {
func (*ListPaymentsResponse) ProtoMessage() {}
func (x *ListPaymentsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[154]
+ mi := &file_lightning_proto_msgTypes[151]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14484,7 +14122,7 @@ func (x *ListPaymentsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPaymentsResponse.ProtoReflect.Descriptor instead.
func (*ListPaymentsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{154}
+ return file_lightning_proto_rawDescGZIP(), []int{151}
}
func (x *ListPaymentsResponse) GetPayments() []*Payment {
@@ -14527,7 +14165,7 @@ type DeletePaymentRequest struct {
func (x *DeletePaymentRequest) Reset() {
*x = DeletePaymentRequest{}
- mi := &file_lightning_proto_msgTypes[155]
+ mi := &file_lightning_proto_msgTypes[152]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14539,7 +14177,7 @@ func (x *DeletePaymentRequest) String() string {
func (*DeletePaymentRequest) ProtoMessage() {}
func (x *DeletePaymentRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[155]
+ mi := &file_lightning_proto_msgTypes[152]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14552,7 +14190,7 @@ func (x *DeletePaymentRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeletePaymentRequest.ProtoReflect.Descriptor instead.
func (*DeletePaymentRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{155}
+ return file_lightning_proto_rawDescGZIP(), []int{152}
}
func (x *DeletePaymentRequest) GetPaymentHash() []byte {
@@ -14584,7 +14222,7 @@ type DeleteAllPaymentsRequest struct {
func (x *DeleteAllPaymentsRequest) Reset() {
*x = DeleteAllPaymentsRequest{}
- mi := &file_lightning_proto_msgTypes[156]
+ mi := &file_lightning_proto_msgTypes[153]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14596,7 +14234,7 @@ func (x *DeleteAllPaymentsRequest) String() string {
func (*DeleteAllPaymentsRequest) ProtoMessage() {}
func (x *DeleteAllPaymentsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[156]
+ mi := &file_lightning_proto_msgTypes[153]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14609,7 +14247,7 @@ func (x *DeleteAllPaymentsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteAllPaymentsRequest.ProtoReflect.Descriptor instead.
func (*DeleteAllPaymentsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{156}
+ return file_lightning_proto_rawDescGZIP(), []int{153}
}
func (x *DeleteAllPaymentsRequest) GetFailedPaymentsOnly() bool {
@@ -14643,7 +14281,7 @@ type DeletePaymentResponse struct {
func (x *DeletePaymentResponse) Reset() {
*x = DeletePaymentResponse{}
- mi := &file_lightning_proto_msgTypes[157]
+ mi := &file_lightning_proto_msgTypes[154]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14655,7 +14293,7 @@ func (x *DeletePaymentResponse) String() string {
func (*DeletePaymentResponse) ProtoMessage() {}
func (x *DeletePaymentResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[157]
+ mi := &file_lightning_proto_msgTypes[154]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14668,7 +14306,7 @@ func (x *DeletePaymentResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeletePaymentResponse.ProtoReflect.Descriptor instead.
func (*DeletePaymentResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{157}
+ return file_lightning_proto_rawDescGZIP(), []int{154}
}
func (x *DeletePaymentResponse) GetStatus() string {
@@ -14688,7 +14326,7 @@ type DeleteAllPaymentsResponse struct {
func (x *DeleteAllPaymentsResponse) Reset() {
*x = DeleteAllPaymentsResponse{}
- mi := &file_lightning_proto_msgTypes[158]
+ mi := &file_lightning_proto_msgTypes[155]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14700,7 +14338,7 @@ func (x *DeleteAllPaymentsResponse) String() string {
func (*DeleteAllPaymentsResponse) ProtoMessage() {}
func (x *DeleteAllPaymentsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[158]
+ mi := &file_lightning_proto_msgTypes[155]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14713,7 +14351,7 @@ func (x *DeleteAllPaymentsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteAllPaymentsResponse.ProtoReflect.Descriptor instead.
func (*DeleteAllPaymentsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{158}
+ return file_lightning_proto_rawDescGZIP(), []int{155}
}
func (x *DeleteAllPaymentsResponse) GetStatus() string {
@@ -14737,7 +14375,7 @@ type AbandonChannelRequest struct {
func (x *AbandonChannelRequest) Reset() {
*x = AbandonChannelRequest{}
- mi := &file_lightning_proto_msgTypes[159]
+ mi := &file_lightning_proto_msgTypes[156]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14749,7 +14387,7 @@ func (x *AbandonChannelRequest) String() string {
func (*AbandonChannelRequest) ProtoMessage() {}
func (x *AbandonChannelRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[159]
+ mi := &file_lightning_proto_msgTypes[156]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14762,7 +14400,7 @@ func (x *AbandonChannelRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use AbandonChannelRequest.ProtoReflect.Descriptor instead.
func (*AbandonChannelRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{159}
+ return file_lightning_proto_rawDescGZIP(), []int{156}
}
func (x *AbandonChannelRequest) GetChannelPoint() *ChannelPoint {
@@ -14796,7 +14434,7 @@ type AbandonChannelResponse struct {
func (x *AbandonChannelResponse) Reset() {
*x = AbandonChannelResponse{}
- mi := &file_lightning_proto_msgTypes[160]
+ mi := &file_lightning_proto_msgTypes[157]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14808,7 +14446,7 @@ func (x *AbandonChannelResponse) String() string {
func (*AbandonChannelResponse) ProtoMessage() {}
func (x *AbandonChannelResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[160]
+ mi := &file_lightning_proto_msgTypes[157]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14821,7 +14459,7 @@ func (x *AbandonChannelResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use AbandonChannelResponse.ProtoReflect.Descriptor instead.
func (*AbandonChannelResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{160}
+ return file_lightning_proto_rawDescGZIP(), []int{157}
}
func (x *AbandonChannelResponse) GetStatus() string {
@@ -14841,7 +14479,7 @@ type DebugLevelRequest struct {
func (x *DebugLevelRequest) Reset() {
*x = DebugLevelRequest{}
- mi := &file_lightning_proto_msgTypes[161]
+ mi := &file_lightning_proto_msgTypes[158]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14853,7 +14491,7 @@ func (x *DebugLevelRequest) String() string {
func (*DebugLevelRequest) ProtoMessage() {}
func (x *DebugLevelRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[161]
+ mi := &file_lightning_proto_msgTypes[158]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14866,7 +14504,7 @@ func (x *DebugLevelRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DebugLevelRequest.ProtoReflect.Descriptor instead.
func (*DebugLevelRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{161}
+ return file_lightning_proto_rawDescGZIP(), []int{158}
}
func (x *DebugLevelRequest) GetShow() bool {
@@ -14892,7 +14530,7 @@ type DebugLevelResponse struct {
func (x *DebugLevelResponse) Reset() {
*x = DebugLevelResponse{}
- mi := &file_lightning_proto_msgTypes[162]
+ mi := &file_lightning_proto_msgTypes[159]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14904,7 +14542,7 @@ func (x *DebugLevelResponse) String() string {
func (*DebugLevelResponse) ProtoMessage() {}
func (x *DebugLevelResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[162]
+ mi := &file_lightning_proto_msgTypes[159]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14917,7 +14555,7 @@ func (x *DebugLevelResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DebugLevelResponse.ProtoReflect.Descriptor instead.
func (*DebugLevelResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{162}
+ return file_lightning_proto_rawDescGZIP(), []int{159}
}
func (x *DebugLevelResponse) GetSubSystems() string {
@@ -14937,7 +14575,7 @@ type PayReqString struct {
func (x *PayReqString) Reset() {
*x = PayReqString{}
- mi := &file_lightning_proto_msgTypes[163]
+ mi := &file_lightning_proto_msgTypes[160]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -14949,7 +14587,7 @@ func (x *PayReqString) String() string {
func (*PayReqString) ProtoMessage() {}
func (x *PayReqString) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[163]
+ mi := &file_lightning_proto_msgTypes[160]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -14962,7 +14600,7 @@ func (x *PayReqString) ProtoReflect() protoreflect.Message {
// Deprecated: Use PayReqString.ProtoReflect.Descriptor instead.
func (*PayReqString) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{163}
+ return file_lightning_proto_rawDescGZIP(), []int{160}
}
func (x *PayReqString) GetPayReq() string {
@@ -14994,7 +14632,7 @@ type PayReq struct {
func (x *PayReq) Reset() {
*x = PayReq{}
- mi := &file_lightning_proto_msgTypes[164]
+ mi := &file_lightning_proto_msgTypes[161]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15006,7 +14644,7 @@ func (x *PayReq) String() string {
func (*PayReq) ProtoMessage() {}
func (x *PayReq) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[164]
+ mi := &file_lightning_proto_msgTypes[161]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15019,7 +14657,7 @@ func (x *PayReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use PayReq.ProtoReflect.Descriptor instead.
func (*PayReq) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{164}
+ return file_lightning_proto_rawDescGZIP(), []int{161}
}
func (x *PayReq) GetDestination() string {
@@ -15131,7 +14769,7 @@ type Feature struct {
func (x *Feature) Reset() {
*x = Feature{}
- mi := &file_lightning_proto_msgTypes[165]
+ mi := &file_lightning_proto_msgTypes[162]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15143,7 +14781,7 @@ func (x *Feature) String() string {
func (*Feature) ProtoMessage() {}
func (x *Feature) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[165]
+ mi := &file_lightning_proto_msgTypes[162]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15156,7 +14794,7 @@ func (x *Feature) ProtoReflect() protoreflect.Message {
// Deprecated: Use Feature.ProtoReflect.Descriptor instead.
func (*Feature) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{165}
+ return file_lightning_proto_rawDescGZIP(), []int{162}
}
func (x *Feature) GetName() string {
@@ -15188,7 +14826,7 @@ type FeeReportRequest struct {
func (x *FeeReportRequest) Reset() {
*x = FeeReportRequest{}
- mi := &file_lightning_proto_msgTypes[166]
+ mi := &file_lightning_proto_msgTypes[163]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15200,7 +14838,7 @@ func (x *FeeReportRequest) String() string {
func (*FeeReportRequest) ProtoMessage() {}
func (x *FeeReportRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[166]
+ mi := &file_lightning_proto_msgTypes[163]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15213,7 +14851,7 @@ func (x *FeeReportRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use FeeReportRequest.ProtoReflect.Descriptor instead.
func (*FeeReportRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{166}
+ return file_lightning_proto_rawDescGZIP(), []int{163}
}
type ChannelFeeReport struct {
@@ -15241,7 +14879,7 @@ type ChannelFeeReport struct {
func (x *ChannelFeeReport) Reset() {
*x = ChannelFeeReport{}
- mi := &file_lightning_proto_msgTypes[167]
+ mi := &file_lightning_proto_msgTypes[164]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15253,7 +14891,7 @@ func (x *ChannelFeeReport) String() string {
func (*ChannelFeeReport) ProtoMessage() {}
func (x *ChannelFeeReport) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[167]
+ mi := &file_lightning_proto_msgTypes[164]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15266,7 +14904,7 @@ func (x *ChannelFeeReport) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelFeeReport.ProtoReflect.Descriptor instead.
func (*ChannelFeeReport) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{167}
+ return file_lightning_proto_rawDescGZIP(), []int{164}
}
func (x *ChannelFeeReport) GetChanId() uint64 {
@@ -15338,7 +14976,7 @@ type FeeReportResponse struct {
func (x *FeeReportResponse) Reset() {
*x = FeeReportResponse{}
- mi := &file_lightning_proto_msgTypes[168]
+ mi := &file_lightning_proto_msgTypes[165]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15350,7 +14988,7 @@ func (x *FeeReportResponse) String() string {
func (*FeeReportResponse) ProtoMessage() {}
func (x *FeeReportResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[168]
+ mi := &file_lightning_proto_msgTypes[165]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15363,7 +15001,7 @@ func (x *FeeReportResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use FeeReportResponse.ProtoReflect.Descriptor instead.
func (*FeeReportResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{168}
+ return file_lightning_proto_rawDescGZIP(), []int{165}
}
func (x *FeeReportResponse) GetChannelFees() []*ChannelFeeReport {
@@ -15408,7 +15046,7 @@ type InboundFee struct {
func (x *InboundFee) Reset() {
*x = InboundFee{}
- mi := &file_lightning_proto_msgTypes[169]
+ mi := &file_lightning_proto_msgTypes[166]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15420,7 +15058,7 @@ func (x *InboundFee) String() string {
func (*InboundFee) ProtoMessage() {}
func (x *InboundFee) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[169]
+ mi := &file_lightning_proto_msgTypes[166]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15433,7 +15071,7 @@ func (x *InboundFee) ProtoReflect() protoreflect.Message {
// Deprecated: Use InboundFee.ProtoReflect.Descriptor instead.
func (*InboundFee) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{169}
+ return file_lightning_proto_rawDescGZIP(), []int{166}
}
func (x *InboundFee) GetBaseFeeMsat() int32 {
@@ -15491,7 +15129,7 @@ type PolicyUpdateRequest struct {
func (x *PolicyUpdateRequest) Reset() {
*x = PolicyUpdateRequest{}
- mi := &file_lightning_proto_msgTypes[170]
+ mi := &file_lightning_proto_msgTypes[167]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15503,7 +15141,7 @@ func (x *PolicyUpdateRequest) String() string {
func (*PolicyUpdateRequest) ProtoMessage() {}
func (x *PolicyUpdateRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[170]
+ mi := &file_lightning_proto_msgTypes[167]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15516,7 +15154,7 @@ func (x *PolicyUpdateRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use PolicyUpdateRequest.ProtoReflect.Descriptor instead.
func (*PolicyUpdateRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{170}
+ return file_lightning_proto_rawDescGZIP(), []int{167}
}
func (x *PolicyUpdateRequest) GetScope() isPolicyUpdateRequest_Scope {
@@ -15639,7 +15277,7 @@ type FailedUpdate struct {
func (x *FailedUpdate) Reset() {
*x = FailedUpdate{}
- mi := &file_lightning_proto_msgTypes[171]
+ mi := &file_lightning_proto_msgTypes[168]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15651,7 +15289,7 @@ func (x *FailedUpdate) String() string {
func (*FailedUpdate) ProtoMessage() {}
func (x *FailedUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[171]
+ mi := &file_lightning_proto_msgTypes[168]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15664,7 +15302,7 @@ func (x *FailedUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use FailedUpdate.ProtoReflect.Descriptor instead.
func (*FailedUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{171}
+ return file_lightning_proto_rawDescGZIP(), []int{168}
}
func (x *FailedUpdate) GetOutpoint() *OutPoint {
@@ -15698,7 +15336,7 @@ type PolicyUpdateResponse struct {
func (x *PolicyUpdateResponse) Reset() {
*x = PolicyUpdateResponse{}
- mi := &file_lightning_proto_msgTypes[172]
+ mi := &file_lightning_proto_msgTypes[169]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15710,7 +15348,7 @@ func (x *PolicyUpdateResponse) String() string {
func (*PolicyUpdateResponse) ProtoMessage() {}
func (x *PolicyUpdateResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[172]
+ mi := &file_lightning_proto_msgTypes[169]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15723,7 +15361,7 @@ func (x *PolicyUpdateResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use PolicyUpdateResponse.ProtoReflect.Descriptor instead.
func (*PolicyUpdateResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{172}
+ return file_lightning_proto_rawDescGZIP(), []int{169}
}
func (x *PolicyUpdateResponse) GetFailedUpdates() []*FailedUpdate {
@@ -15764,7 +15402,7 @@ type ForwardingHistoryRequest struct {
func (x *ForwardingHistoryRequest) Reset() {
*x = ForwardingHistoryRequest{}
- mi := &file_lightning_proto_msgTypes[173]
+ mi := &file_lightning_proto_msgTypes[170]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15776,7 +15414,7 @@ func (x *ForwardingHistoryRequest) String() string {
func (*ForwardingHistoryRequest) ProtoMessage() {}
func (x *ForwardingHistoryRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[173]
+ mi := &file_lightning_proto_msgTypes[170]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15789,7 +15427,7 @@ func (x *ForwardingHistoryRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ForwardingHistoryRequest.ProtoReflect.Descriptor instead.
func (*ForwardingHistoryRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{173}
+ return file_lightning_proto_rawDescGZIP(), []int{170}
}
func (x *ForwardingHistoryRequest) GetStartTime() uint64 {
@@ -15888,7 +15526,7 @@ type ForwardingEvent struct {
func (x *ForwardingEvent) Reset() {
*x = ForwardingEvent{}
- mi := &file_lightning_proto_msgTypes[174]
+ mi := &file_lightning_proto_msgTypes[171]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -15900,7 +15538,7 @@ func (x *ForwardingEvent) String() string {
func (*ForwardingEvent) ProtoMessage() {}
func (x *ForwardingEvent) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[174]
+ mi := &file_lightning_proto_msgTypes[171]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -15913,7 +15551,7 @@ func (x *ForwardingEvent) ProtoReflect() protoreflect.Message {
// Deprecated: Use ForwardingEvent.ProtoReflect.Descriptor instead.
func (*ForwardingEvent) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{174}
+ return file_lightning_proto_rawDescGZIP(), []int{171}
}
// Deprecated: Marked as deprecated in lightning.proto.
@@ -16029,7 +15667,7 @@ type ForwardingHistoryResponse struct {
func (x *ForwardingHistoryResponse) Reset() {
*x = ForwardingHistoryResponse{}
- mi := &file_lightning_proto_msgTypes[175]
+ mi := &file_lightning_proto_msgTypes[172]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16041,7 +15679,7 @@ func (x *ForwardingHistoryResponse) String() string {
func (*ForwardingHistoryResponse) ProtoMessage() {}
func (x *ForwardingHistoryResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[175]
+ mi := &file_lightning_proto_msgTypes[172]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16054,7 +15692,7 @@ func (x *ForwardingHistoryResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ForwardingHistoryResponse.ProtoReflect.Descriptor instead.
func (*ForwardingHistoryResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{175}
+ return file_lightning_proto_rawDescGZIP(), []int{172}
}
func (x *ForwardingHistoryResponse) GetForwardingEvents() []*ForwardingEvent {
@@ -16081,7 +15719,7 @@ type ExportChannelBackupRequest struct {
func (x *ExportChannelBackupRequest) Reset() {
*x = ExportChannelBackupRequest{}
- mi := &file_lightning_proto_msgTypes[176]
+ mi := &file_lightning_proto_msgTypes[173]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16093,7 +15731,7 @@ func (x *ExportChannelBackupRequest) String() string {
func (*ExportChannelBackupRequest) ProtoMessage() {}
func (x *ExportChannelBackupRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[176]
+ mi := &file_lightning_proto_msgTypes[173]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16106,7 +15744,7 @@ func (x *ExportChannelBackupRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ExportChannelBackupRequest.ProtoReflect.Descriptor instead.
func (*ExportChannelBackupRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{176}
+ return file_lightning_proto_rawDescGZIP(), []int{173}
}
func (x *ExportChannelBackupRequest) GetChanPoint() *ChannelPoint {
@@ -16131,7 +15769,7 @@ type ChannelBackup struct {
func (x *ChannelBackup) Reset() {
*x = ChannelBackup{}
- mi := &file_lightning_proto_msgTypes[177]
+ mi := &file_lightning_proto_msgTypes[174]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16143,7 +15781,7 @@ func (x *ChannelBackup) String() string {
func (*ChannelBackup) ProtoMessage() {}
func (x *ChannelBackup) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[177]
+ mi := &file_lightning_proto_msgTypes[174]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16156,7 +15794,7 @@ func (x *ChannelBackup) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelBackup.ProtoReflect.Descriptor instead.
func (*ChannelBackup) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{177}
+ return file_lightning_proto_rawDescGZIP(), []int{174}
}
func (x *ChannelBackup) GetChanPoint() *ChannelPoint {
@@ -16188,7 +15826,7 @@ type MultiChanBackup struct {
func (x *MultiChanBackup) Reset() {
*x = MultiChanBackup{}
- mi := &file_lightning_proto_msgTypes[178]
+ mi := &file_lightning_proto_msgTypes[175]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16200,7 +15838,7 @@ func (x *MultiChanBackup) String() string {
func (*MultiChanBackup) ProtoMessage() {}
func (x *MultiChanBackup) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[178]
+ mi := &file_lightning_proto_msgTypes[175]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16213,7 +15851,7 @@ func (x *MultiChanBackup) ProtoReflect() protoreflect.Message {
// Deprecated: Use MultiChanBackup.ProtoReflect.Descriptor instead.
func (*MultiChanBackup) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{178}
+ return file_lightning_proto_rawDescGZIP(), []int{175}
}
func (x *MultiChanBackup) GetChanPoints() []*ChannelPoint {
@@ -16238,7 +15876,7 @@ type ChanBackupExportRequest struct {
func (x *ChanBackupExportRequest) Reset() {
*x = ChanBackupExportRequest{}
- mi := &file_lightning_proto_msgTypes[179]
+ mi := &file_lightning_proto_msgTypes[176]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16250,7 +15888,7 @@ func (x *ChanBackupExportRequest) String() string {
func (*ChanBackupExportRequest) ProtoMessage() {}
func (x *ChanBackupExportRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[179]
+ mi := &file_lightning_proto_msgTypes[176]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16263,7 +15901,7 @@ func (x *ChanBackupExportRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChanBackupExportRequest.ProtoReflect.Descriptor instead.
func (*ChanBackupExportRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{179}
+ return file_lightning_proto_rawDescGZIP(), []int{176}
}
type ChanBackupSnapshot struct {
@@ -16280,7 +15918,7 @@ type ChanBackupSnapshot struct {
func (x *ChanBackupSnapshot) Reset() {
*x = ChanBackupSnapshot{}
- mi := &file_lightning_proto_msgTypes[180]
+ mi := &file_lightning_proto_msgTypes[177]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16292,7 +15930,7 @@ func (x *ChanBackupSnapshot) String() string {
func (*ChanBackupSnapshot) ProtoMessage() {}
func (x *ChanBackupSnapshot) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[180]
+ mi := &file_lightning_proto_msgTypes[177]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16305,7 +15943,7 @@ func (x *ChanBackupSnapshot) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChanBackupSnapshot.ProtoReflect.Descriptor instead.
func (*ChanBackupSnapshot) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{180}
+ return file_lightning_proto_rawDescGZIP(), []int{177}
}
func (x *ChanBackupSnapshot) GetSingleChanBackups() *ChannelBackups {
@@ -16332,7 +15970,7 @@ type ChannelBackups struct {
func (x *ChannelBackups) Reset() {
*x = ChannelBackups{}
- mi := &file_lightning_proto_msgTypes[181]
+ mi := &file_lightning_proto_msgTypes[178]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16344,7 +15982,7 @@ func (x *ChannelBackups) String() string {
func (*ChannelBackups) ProtoMessage() {}
func (x *ChannelBackups) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[181]
+ mi := &file_lightning_proto_msgTypes[178]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16357,7 +15995,7 @@ func (x *ChannelBackups) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelBackups.ProtoReflect.Descriptor instead.
func (*ChannelBackups) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{181}
+ return file_lightning_proto_rawDescGZIP(), []int{178}
}
func (x *ChannelBackups) GetChanBackups() []*ChannelBackup {
@@ -16380,7 +16018,7 @@ type RestoreChanBackupRequest struct {
func (x *RestoreChanBackupRequest) Reset() {
*x = RestoreChanBackupRequest{}
- mi := &file_lightning_proto_msgTypes[182]
+ mi := &file_lightning_proto_msgTypes[179]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16392,7 +16030,7 @@ func (x *RestoreChanBackupRequest) String() string {
func (*RestoreChanBackupRequest) ProtoMessage() {}
func (x *RestoreChanBackupRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[182]
+ mi := &file_lightning_proto_msgTypes[179]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16405,7 +16043,7 @@ func (x *RestoreChanBackupRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use RestoreChanBackupRequest.ProtoReflect.Descriptor instead.
func (*RestoreChanBackupRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{182}
+ return file_lightning_proto_rawDescGZIP(), []int{179}
}
func (x *RestoreChanBackupRequest) GetBackup() isRestoreChanBackupRequest_Backup {
@@ -16462,7 +16100,7 @@ type RestoreBackupResponse struct {
func (x *RestoreBackupResponse) Reset() {
*x = RestoreBackupResponse{}
- mi := &file_lightning_proto_msgTypes[183]
+ mi := &file_lightning_proto_msgTypes[180]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16474,7 +16112,7 @@ func (x *RestoreBackupResponse) String() string {
func (*RestoreBackupResponse) ProtoMessage() {}
func (x *RestoreBackupResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[183]
+ mi := &file_lightning_proto_msgTypes[180]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16487,7 +16125,7 @@ func (x *RestoreBackupResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use RestoreBackupResponse.ProtoReflect.Descriptor instead.
func (*RestoreBackupResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{183}
+ return file_lightning_proto_rawDescGZIP(), []int{180}
}
func (x *RestoreBackupResponse) GetNumRestored() uint32 {
@@ -16505,7 +16143,7 @@ type ChannelBackupSubscription struct {
func (x *ChannelBackupSubscription) Reset() {
*x = ChannelBackupSubscription{}
- mi := &file_lightning_proto_msgTypes[184]
+ mi := &file_lightning_proto_msgTypes[181]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16517,7 +16155,7 @@ func (x *ChannelBackupSubscription) String() string {
func (*ChannelBackupSubscription) ProtoMessage() {}
func (x *ChannelBackupSubscription) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[184]
+ mi := &file_lightning_proto_msgTypes[181]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16530,7 +16168,7 @@ func (x *ChannelBackupSubscription) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelBackupSubscription.ProtoReflect.Descriptor instead.
func (*ChannelBackupSubscription) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{184}
+ return file_lightning_proto_rawDescGZIP(), []int{181}
}
type VerifyChanBackupResponse struct {
@@ -16542,7 +16180,7 @@ type VerifyChanBackupResponse struct {
func (x *VerifyChanBackupResponse) Reset() {
*x = VerifyChanBackupResponse{}
- mi := &file_lightning_proto_msgTypes[185]
+ mi := &file_lightning_proto_msgTypes[182]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16554,7 +16192,7 @@ func (x *VerifyChanBackupResponse) String() string {
func (*VerifyChanBackupResponse) ProtoMessage() {}
func (x *VerifyChanBackupResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[185]
+ mi := &file_lightning_proto_msgTypes[182]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16567,7 +16205,7 @@ func (x *VerifyChanBackupResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use VerifyChanBackupResponse.ProtoReflect.Descriptor instead.
func (*VerifyChanBackupResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{185}
+ return file_lightning_proto_rawDescGZIP(), []int{182}
}
func (x *VerifyChanBackupResponse) GetChanPoints() []string {
@@ -16589,7 +16227,7 @@ type MacaroonPermission struct {
func (x *MacaroonPermission) Reset() {
*x = MacaroonPermission{}
- mi := &file_lightning_proto_msgTypes[186]
+ mi := &file_lightning_proto_msgTypes[183]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16601,7 +16239,7 @@ func (x *MacaroonPermission) String() string {
func (*MacaroonPermission) ProtoMessage() {}
func (x *MacaroonPermission) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[186]
+ mi := &file_lightning_proto_msgTypes[183]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16614,7 +16252,7 @@ func (x *MacaroonPermission) ProtoReflect() protoreflect.Message {
// Deprecated: Use MacaroonPermission.ProtoReflect.Descriptor instead.
func (*MacaroonPermission) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{186}
+ return file_lightning_proto_rawDescGZIP(), []int{183}
}
func (x *MacaroonPermission) GetEntity() string {
@@ -16646,7 +16284,7 @@ type BakeMacaroonRequest struct {
func (x *BakeMacaroonRequest) Reset() {
*x = BakeMacaroonRequest{}
- mi := &file_lightning_proto_msgTypes[187]
+ mi := &file_lightning_proto_msgTypes[184]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16658,7 +16296,7 @@ func (x *BakeMacaroonRequest) String() string {
func (*BakeMacaroonRequest) ProtoMessage() {}
func (x *BakeMacaroonRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[187]
+ mi := &file_lightning_proto_msgTypes[184]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16671,7 +16309,7 @@ func (x *BakeMacaroonRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use BakeMacaroonRequest.ProtoReflect.Descriptor instead.
func (*BakeMacaroonRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{187}
+ return file_lightning_proto_rawDescGZIP(), []int{184}
}
func (x *BakeMacaroonRequest) GetPermissions() []*MacaroonPermission {
@@ -16705,7 +16343,7 @@ type BakeMacaroonResponse struct {
func (x *BakeMacaroonResponse) Reset() {
*x = BakeMacaroonResponse{}
- mi := &file_lightning_proto_msgTypes[188]
+ mi := &file_lightning_proto_msgTypes[185]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16717,7 +16355,7 @@ func (x *BakeMacaroonResponse) String() string {
func (*BakeMacaroonResponse) ProtoMessage() {}
func (x *BakeMacaroonResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[188]
+ mi := &file_lightning_proto_msgTypes[185]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16730,7 +16368,7 @@ func (x *BakeMacaroonResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use BakeMacaroonResponse.ProtoReflect.Descriptor instead.
func (*BakeMacaroonResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{188}
+ return file_lightning_proto_rawDescGZIP(), []int{185}
}
func (x *BakeMacaroonResponse) GetMacaroon() string {
@@ -16748,7 +16386,7 @@ type ListMacaroonIDsRequest struct {
func (x *ListMacaroonIDsRequest) Reset() {
*x = ListMacaroonIDsRequest{}
- mi := &file_lightning_proto_msgTypes[189]
+ mi := &file_lightning_proto_msgTypes[186]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16760,7 +16398,7 @@ func (x *ListMacaroonIDsRequest) String() string {
func (*ListMacaroonIDsRequest) ProtoMessage() {}
func (x *ListMacaroonIDsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[189]
+ mi := &file_lightning_proto_msgTypes[186]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16773,7 +16411,7 @@ func (x *ListMacaroonIDsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListMacaroonIDsRequest.ProtoReflect.Descriptor instead.
func (*ListMacaroonIDsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{189}
+ return file_lightning_proto_rawDescGZIP(), []int{186}
}
type ListMacaroonIDsResponse struct {
@@ -16786,7 +16424,7 @@ type ListMacaroonIDsResponse struct {
func (x *ListMacaroonIDsResponse) Reset() {
*x = ListMacaroonIDsResponse{}
- mi := &file_lightning_proto_msgTypes[190]
+ mi := &file_lightning_proto_msgTypes[187]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16798,7 +16436,7 @@ func (x *ListMacaroonIDsResponse) String() string {
func (*ListMacaroonIDsResponse) ProtoMessage() {}
func (x *ListMacaroonIDsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[190]
+ mi := &file_lightning_proto_msgTypes[187]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16811,7 +16449,7 @@ func (x *ListMacaroonIDsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListMacaroonIDsResponse.ProtoReflect.Descriptor instead.
func (*ListMacaroonIDsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{190}
+ return file_lightning_proto_rawDescGZIP(), []int{187}
}
func (x *ListMacaroonIDsResponse) GetRootKeyIds() []uint64 {
@@ -16831,7 +16469,7 @@ type DeleteMacaroonIDRequest struct {
func (x *DeleteMacaroonIDRequest) Reset() {
*x = DeleteMacaroonIDRequest{}
- mi := &file_lightning_proto_msgTypes[191]
+ mi := &file_lightning_proto_msgTypes[188]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16843,7 +16481,7 @@ func (x *DeleteMacaroonIDRequest) String() string {
func (*DeleteMacaroonIDRequest) ProtoMessage() {}
func (x *DeleteMacaroonIDRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[191]
+ mi := &file_lightning_proto_msgTypes[188]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16856,7 +16494,7 @@ func (x *DeleteMacaroonIDRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteMacaroonIDRequest.ProtoReflect.Descriptor instead.
func (*DeleteMacaroonIDRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{191}
+ return file_lightning_proto_rawDescGZIP(), []int{188}
}
func (x *DeleteMacaroonIDRequest) GetRootKeyId() uint64 {
@@ -16876,7 +16514,7 @@ type DeleteMacaroonIDResponse struct {
func (x *DeleteMacaroonIDResponse) Reset() {
*x = DeleteMacaroonIDResponse{}
- mi := &file_lightning_proto_msgTypes[192]
+ mi := &file_lightning_proto_msgTypes[189]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16888,7 +16526,7 @@ func (x *DeleteMacaroonIDResponse) String() string {
func (*DeleteMacaroonIDResponse) ProtoMessage() {}
func (x *DeleteMacaroonIDResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[192]
+ mi := &file_lightning_proto_msgTypes[189]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16901,7 +16539,7 @@ func (x *DeleteMacaroonIDResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteMacaroonIDResponse.ProtoReflect.Descriptor instead.
func (*DeleteMacaroonIDResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{192}
+ return file_lightning_proto_rawDescGZIP(), []int{189}
}
func (x *DeleteMacaroonIDResponse) GetDeleted() bool {
@@ -16921,7 +16559,7 @@ type MacaroonPermissionList struct {
func (x *MacaroonPermissionList) Reset() {
*x = MacaroonPermissionList{}
- mi := &file_lightning_proto_msgTypes[193]
+ mi := &file_lightning_proto_msgTypes[190]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16933,7 +16571,7 @@ func (x *MacaroonPermissionList) String() string {
func (*MacaroonPermissionList) ProtoMessage() {}
func (x *MacaroonPermissionList) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[193]
+ mi := &file_lightning_proto_msgTypes[190]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16946,7 +16584,7 @@ func (x *MacaroonPermissionList) ProtoReflect() protoreflect.Message {
// Deprecated: Use MacaroonPermissionList.ProtoReflect.Descriptor instead.
func (*MacaroonPermissionList) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{193}
+ return file_lightning_proto_rawDescGZIP(), []int{190}
}
func (x *MacaroonPermissionList) GetPermissions() []*MacaroonPermission {
@@ -16964,7 +16602,7 @@ type ListPermissionsRequest struct {
func (x *ListPermissionsRequest) Reset() {
*x = ListPermissionsRequest{}
- mi := &file_lightning_proto_msgTypes[194]
+ mi := &file_lightning_proto_msgTypes[191]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -16976,7 +16614,7 @@ func (x *ListPermissionsRequest) String() string {
func (*ListPermissionsRequest) ProtoMessage() {}
func (x *ListPermissionsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[194]
+ mi := &file_lightning_proto_msgTypes[191]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -16989,7 +16627,7 @@ func (x *ListPermissionsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPermissionsRequest.ProtoReflect.Descriptor instead.
func (*ListPermissionsRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{194}
+ return file_lightning_proto_rawDescGZIP(), []int{191}
}
type ListPermissionsResponse struct {
@@ -17003,7 +16641,7 @@ type ListPermissionsResponse struct {
func (x *ListPermissionsResponse) Reset() {
*x = ListPermissionsResponse{}
- mi := &file_lightning_proto_msgTypes[195]
+ mi := &file_lightning_proto_msgTypes[192]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17015,7 +16653,7 @@ func (x *ListPermissionsResponse) String() string {
func (*ListPermissionsResponse) ProtoMessage() {}
func (x *ListPermissionsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[195]
+ mi := &file_lightning_proto_msgTypes[192]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17028,7 +16666,7 @@ func (x *ListPermissionsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListPermissionsResponse.ProtoReflect.Descriptor instead.
func (*ListPermissionsResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{195}
+ return file_lightning_proto_rawDescGZIP(), []int{192}
}
func (x *ListPermissionsResponse) GetMethodPermissions() map[string]*MacaroonPermissionList {
@@ -17063,7 +16701,7 @@ type Failure struct {
func (x *Failure) Reset() {
*x = Failure{}
- mi := &file_lightning_proto_msgTypes[196]
+ mi := &file_lightning_proto_msgTypes[193]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17075,7 +16713,7 @@ func (x *Failure) String() string {
func (*Failure) ProtoMessage() {}
func (x *Failure) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[196]
+ mi := &file_lightning_proto_msgTypes[193]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17088,7 +16726,7 @@ func (x *Failure) ProtoReflect() protoreflect.Message {
// Deprecated: Use Failure.ProtoReflect.Descriptor instead.
func (*Failure) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{196}
+ return file_lightning_proto_rawDescGZIP(), []int{193}
}
func (x *Failure) GetCode() Failure_FailureCode {
@@ -17200,7 +16838,7 @@ type ChannelUpdate struct {
func (x *ChannelUpdate) Reset() {
*x = ChannelUpdate{}
- mi := &file_lightning_proto_msgTypes[197]
+ mi := &file_lightning_proto_msgTypes[194]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17212,7 +16850,7 @@ func (x *ChannelUpdate) String() string {
func (*ChannelUpdate) ProtoMessage() {}
func (x *ChannelUpdate) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[197]
+ mi := &file_lightning_proto_msgTypes[194]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17225,7 +16863,7 @@ func (x *ChannelUpdate) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChannelUpdate.ProtoReflect.Descriptor instead.
func (*ChannelUpdate) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{197}
+ return file_lightning_proto_rawDescGZIP(), []int{194}
}
func (x *ChannelUpdate) GetSignature() []byte {
@@ -17323,7 +16961,7 @@ type MacaroonId struct {
func (x *MacaroonId) Reset() {
*x = MacaroonId{}
- mi := &file_lightning_proto_msgTypes[198]
+ mi := &file_lightning_proto_msgTypes[195]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17335,7 +16973,7 @@ func (x *MacaroonId) String() string {
func (*MacaroonId) ProtoMessage() {}
func (x *MacaroonId) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[198]
+ mi := &file_lightning_proto_msgTypes[195]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17348,7 +16986,7 @@ func (x *MacaroonId) ProtoReflect() protoreflect.Message {
// Deprecated: Use MacaroonId.ProtoReflect.Descriptor instead.
func (*MacaroonId) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{198}
+ return file_lightning_proto_rawDescGZIP(), []int{195}
}
func (x *MacaroonId) GetNonce() []byte {
@@ -17382,7 +17020,7 @@ type Op struct {
func (x *Op) Reset() {
*x = Op{}
- mi := &file_lightning_proto_msgTypes[199]
+ mi := &file_lightning_proto_msgTypes[196]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17394,7 +17032,7 @@ func (x *Op) String() string {
func (*Op) ProtoMessage() {}
func (x *Op) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[199]
+ mi := &file_lightning_proto_msgTypes[196]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17407,7 +17045,7 @@ func (x *Op) ProtoReflect() protoreflect.Message {
// Deprecated: Use Op.ProtoReflect.Descriptor instead.
func (*Op) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{199}
+ return file_lightning_proto_rawDescGZIP(), []int{196}
}
func (x *Op) GetEntity() string {
@@ -17460,7 +17098,7 @@ type CheckMacPermRequest struct {
func (x *CheckMacPermRequest) Reset() {
*x = CheckMacPermRequest{}
- mi := &file_lightning_proto_msgTypes[200]
+ mi := &file_lightning_proto_msgTypes[197]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17472,7 +17110,7 @@ func (x *CheckMacPermRequest) String() string {
func (*CheckMacPermRequest) ProtoMessage() {}
func (x *CheckMacPermRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[200]
+ mi := &file_lightning_proto_msgTypes[197]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17485,7 +17123,7 @@ func (x *CheckMacPermRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CheckMacPermRequest.ProtoReflect.Descriptor instead.
func (*CheckMacPermRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{200}
+ return file_lightning_proto_rawDescGZIP(), []int{197}
}
func (x *CheckMacPermRequest) GetMacaroon() []byte {
@@ -17525,7 +17163,7 @@ type CheckMacPermResponse struct {
func (x *CheckMacPermResponse) Reset() {
*x = CheckMacPermResponse{}
- mi := &file_lightning_proto_msgTypes[201]
+ mi := &file_lightning_proto_msgTypes[198]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17537,7 +17175,7 @@ func (x *CheckMacPermResponse) String() string {
func (*CheckMacPermResponse) ProtoMessage() {}
func (x *CheckMacPermResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[201]
+ mi := &file_lightning_proto_msgTypes[198]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17550,7 +17188,7 @@ func (x *CheckMacPermResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use CheckMacPermResponse.ProtoReflect.Descriptor instead.
func (*CheckMacPermResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{201}
+ return file_lightning_proto_rawDescGZIP(), []int{198}
}
func (x *CheckMacPermResponse) GetValid() bool {
@@ -17608,7 +17246,7 @@ type RPCMiddlewareRequest struct {
func (x *RPCMiddlewareRequest) Reset() {
*x = RPCMiddlewareRequest{}
- mi := &file_lightning_proto_msgTypes[202]
+ mi := &file_lightning_proto_msgTypes[199]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17620,7 +17258,7 @@ func (x *RPCMiddlewareRequest) String() string {
func (*RPCMiddlewareRequest) ProtoMessage() {}
func (x *RPCMiddlewareRequest) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[202]
+ mi := &file_lightning_proto_msgTypes[199]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17633,7 +17271,7 @@ func (x *RPCMiddlewareRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use RPCMiddlewareRequest.ProtoReflect.Descriptor instead.
func (*RPCMiddlewareRequest) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{202}
+ return file_lightning_proto_rawDescGZIP(), []int{199}
}
func (x *RPCMiddlewareRequest) GetRequestId() uint64 {
@@ -17772,7 +17410,7 @@ type MetadataValues struct {
func (x *MetadataValues) Reset() {
*x = MetadataValues{}
- mi := &file_lightning_proto_msgTypes[203]
+ mi := &file_lightning_proto_msgTypes[200]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17784,7 +17422,7 @@ func (x *MetadataValues) String() string {
func (*MetadataValues) ProtoMessage() {}
func (x *MetadataValues) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[203]
+ mi := &file_lightning_proto_msgTypes[200]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17797,7 +17435,7 @@ func (x *MetadataValues) ProtoReflect() protoreflect.Message {
// Deprecated: Use MetadataValues.ProtoReflect.Descriptor instead.
func (*MetadataValues) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{203}
+ return file_lightning_proto_rawDescGZIP(), []int{200}
}
func (x *MetadataValues) GetValues() []string {
@@ -17819,7 +17457,7 @@ type StreamAuth struct {
func (x *StreamAuth) Reset() {
*x = StreamAuth{}
- mi := &file_lightning_proto_msgTypes[204]
+ mi := &file_lightning_proto_msgTypes[201]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17831,7 +17469,7 @@ func (x *StreamAuth) String() string {
func (*StreamAuth) ProtoMessage() {}
func (x *StreamAuth) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[204]
+ mi := &file_lightning_proto_msgTypes[201]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17844,7 +17482,7 @@ func (x *StreamAuth) ProtoReflect() protoreflect.Message {
// Deprecated: Use StreamAuth.ProtoReflect.Descriptor instead.
func (*StreamAuth) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{204}
+ return file_lightning_proto_rawDescGZIP(), []int{201}
}
func (x *StreamAuth) GetMethodFullUri() string {
@@ -17879,7 +17517,7 @@ type RPCMessage struct {
func (x *RPCMessage) Reset() {
*x = RPCMessage{}
- mi := &file_lightning_proto_msgTypes[205]
+ mi := &file_lightning_proto_msgTypes[202]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17891,7 +17529,7 @@ func (x *RPCMessage) String() string {
func (*RPCMessage) ProtoMessage() {}
func (x *RPCMessage) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[205]
+ mi := &file_lightning_proto_msgTypes[202]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17904,7 +17542,7 @@ func (x *RPCMessage) ProtoReflect() protoreflect.Message {
// Deprecated: Use RPCMessage.ProtoReflect.Descriptor instead.
func (*RPCMessage) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{205}
+ return file_lightning_proto_rawDescGZIP(), []int{202}
}
func (x *RPCMessage) GetMethodFullUri() string {
@@ -17963,7 +17601,7 @@ type RPCMiddlewareResponse struct {
func (x *RPCMiddlewareResponse) Reset() {
*x = RPCMiddlewareResponse{}
- mi := &file_lightning_proto_msgTypes[206]
+ mi := &file_lightning_proto_msgTypes[203]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -17975,7 +17613,7 @@ func (x *RPCMiddlewareResponse) String() string {
func (*RPCMiddlewareResponse) ProtoMessage() {}
func (x *RPCMiddlewareResponse) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[206]
+ mi := &file_lightning_proto_msgTypes[203]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -17988,7 +17626,7 @@ func (x *RPCMiddlewareResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use RPCMiddlewareResponse.ProtoReflect.Descriptor instead.
func (*RPCMiddlewareResponse) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{206}
+ return file_lightning_proto_rawDescGZIP(), []int{203}
}
func (x *RPCMiddlewareResponse) GetRefMsgId() uint64 {
@@ -18076,7 +17714,7 @@ type MiddlewareRegistration struct {
func (x *MiddlewareRegistration) Reset() {
*x = MiddlewareRegistration{}
- mi := &file_lightning_proto_msgTypes[207]
+ mi := &file_lightning_proto_msgTypes[204]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18088,7 +17726,7 @@ func (x *MiddlewareRegistration) String() string {
func (*MiddlewareRegistration) ProtoMessage() {}
func (x *MiddlewareRegistration) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[207]
+ mi := &file_lightning_proto_msgTypes[204]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18101,7 +17739,7 @@ func (x *MiddlewareRegistration) ProtoReflect() protoreflect.Message {
// Deprecated: Use MiddlewareRegistration.ProtoReflect.Descriptor instead.
func (*MiddlewareRegistration) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{207}
+ return file_lightning_proto_rawDescGZIP(), []int{204}
}
func (x *MiddlewareRegistration) GetMiddlewareName() string {
@@ -18146,7 +17784,7 @@ type InterceptFeedback struct {
func (x *InterceptFeedback) Reset() {
*x = InterceptFeedback{}
- mi := &file_lightning_proto_msgTypes[208]
+ mi := &file_lightning_proto_msgTypes[205]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18158,7 +17796,7 @@ func (x *InterceptFeedback) String() string {
func (*InterceptFeedback) ProtoMessage() {}
func (x *InterceptFeedback) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[208]
+ mi := &file_lightning_proto_msgTypes[205]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18171,7 +17809,7 @@ func (x *InterceptFeedback) ProtoReflect() protoreflect.Message {
// Deprecated: Use InterceptFeedback.ProtoReflect.Descriptor instead.
func (*InterceptFeedback) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{208}
+ return file_lightning_proto_rawDescGZIP(), []int{205}
}
func (x *InterceptFeedback) GetError() string {
@@ -18230,7 +17868,7 @@ type PendingChannelsResponse_PendingChannel struct {
func (x *PendingChannelsResponse_PendingChannel) Reset() {
*x = PendingChannelsResponse_PendingChannel{}
- mi := &file_lightning_proto_msgTypes[216]
+ mi := &file_lightning_proto_msgTypes[212]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18242,7 +17880,7 @@ func (x *PendingChannelsResponse_PendingChannel) String() string {
func (*PendingChannelsResponse_PendingChannel) ProtoMessage() {}
func (x *PendingChannelsResponse_PendingChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[216]
+ mi := &file_lightning_proto_msgTypes[212]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18255,7 +17893,7 @@ func (x *PendingChannelsResponse_PendingChannel) ProtoReflect() protoreflect.Mes
// Deprecated: Use PendingChannelsResponse_PendingChannel.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_PendingChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 0}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 0}
}
func (x *PendingChannelsResponse_PendingChannel) GetRemoteNodePub() string {
@@ -18405,7 +18043,7 @@ type PendingChannelsResponse_PendingOpenChannel struct {
func (x *PendingChannelsResponse_PendingOpenChannel) Reset() {
*x = PendingChannelsResponse_PendingOpenChannel{}
- mi := &file_lightning_proto_msgTypes[217]
+ mi := &file_lightning_proto_msgTypes[213]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18417,7 +18055,7 @@ func (x *PendingChannelsResponse_PendingOpenChannel) String() string {
func (*PendingChannelsResponse_PendingOpenChannel) ProtoMessage() {}
func (x *PendingChannelsResponse_PendingOpenChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[217]
+ mi := &file_lightning_proto_msgTypes[213]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18430,7 +18068,7 @@ func (x *PendingChannelsResponse_PendingOpenChannel) ProtoReflect() protoreflect
// Deprecated: Use PendingChannelsResponse_PendingOpenChannel.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_PendingOpenChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 1}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 1}
}
func (x *PendingChannelsResponse_PendingOpenChannel) GetChannel() *PendingChannelsResponse_PendingChannel {
@@ -18514,7 +18152,7 @@ type PendingChannelsResponse_WaitingCloseChannel struct {
func (x *PendingChannelsResponse_WaitingCloseChannel) Reset() {
*x = PendingChannelsResponse_WaitingCloseChannel{}
- mi := &file_lightning_proto_msgTypes[218]
+ mi := &file_lightning_proto_msgTypes[214]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18526,7 +18164,7 @@ func (x *PendingChannelsResponse_WaitingCloseChannel) String() string {
func (*PendingChannelsResponse_WaitingCloseChannel) ProtoMessage() {}
func (x *PendingChannelsResponse_WaitingCloseChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[218]
+ mi := &file_lightning_proto_msgTypes[214]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18539,7 +18177,7 @@ func (x *PendingChannelsResponse_WaitingCloseChannel) ProtoReflect() protoreflec
// Deprecated: Use PendingChannelsResponse_WaitingCloseChannel.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_WaitingCloseChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 2}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 2}
}
func (x *PendingChannelsResponse_WaitingCloseChannel) GetChannel() *PendingChannelsResponse_PendingChannel {
@@ -18614,7 +18252,7 @@ type PendingChannelsResponse_Commitments struct {
func (x *PendingChannelsResponse_Commitments) Reset() {
*x = PendingChannelsResponse_Commitments{}
- mi := &file_lightning_proto_msgTypes[219]
+ mi := &file_lightning_proto_msgTypes[215]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18626,7 +18264,7 @@ func (x *PendingChannelsResponse_Commitments) String() string {
func (*PendingChannelsResponse_Commitments) ProtoMessage() {}
func (x *PendingChannelsResponse_Commitments) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[219]
+ mi := &file_lightning_proto_msgTypes[215]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18639,7 +18277,7 @@ func (x *PendingChannelsResponse_Commitments) ProtoReflect() protoreflect.Messag
// Deprecated: Use PendingChannelsResponse_Commitments.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_Commitments) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 3}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 3}
}
func (x *PendingChannelsResponse_Commitments) GetLocalTxid() string {
@@ -18696,7 +18334,7 @@ type PendingChannelsResponse_ClosedChannel struct {
func (x *PendingChannelsResponse_ClosedChannel) Reset() {
*x = PendingChannelsResponse_ClosedChannel{}
- mi := &file_lightning_proto_msgTypes[220]
+ mi := &file_lightning_proto_msgTypes[216]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18708,7 +18346,7 @@ func (x *PendingChannelsResponse_ClosedChannel) String() string {
func (*PendingChannelsResponse_ClosedChannel) ProtoMessage() {}
func (x *PendingChannelsResponse_ClosedChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[220]
+ mi := &file_lightning_proto_msgTypes[216]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18721,7 +18359,7 @@ func (x *PendingChannelsResponse_ClosedChannel) ProtoReflect() protoreflect.Mess
// Deprecated: Use PendingChannelsResponse_ClosedChannel.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_ClosedChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 4}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 4}
}
func (x *PendingChannelsResponse_ClosedChannel) GetChannel() *PendingChannelsResponse_PendingChannel {
@@ -18762,7 +18400,7 @@ type PendingChannelsResponse_ForceClosedChannel struct {
func (x *PendingChannelsResponse_ForceClosedChannel) Reset() {
*x = PendingChannelsResponse_ForceClosedChannel{}
- mi := &file_lightning_proto_msgTypes[221]
+ mi := &file_lightning_proto_msgTypes[217]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -18774,7 +18412,7 @@ func (x *PendingChannelsResponse_ForceClosedChannel) String() string {
func (*PendingChannelsResponse_ForceClosedChannel) ProtoMessage() {}
func (x *PendingChannelsResponse_ForceClosedChannel) ProtoReflect() protoreflect.Message {
- mi := &file_lightning_proto_msgTypes[221]
+ mi := &file_lightning_proto_msgTypes[217]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -18787,7 +18425,7 @@ func (x *PendingChannelsResponse_ForceClosedChannel) ProtoReflect() protoreflect
// Deprecated: Use PendingChannelsResponse_ForceClosedChannel.ProtoReflect.Descriptor instead.
func (*PendingChannelsResponse_ForceClosedChannel) Descriptor() ([]byte, []int) {
- return file_lightning_proto_rawDescGZIP(), []int{93, 5}
+ return file_lightning_proto_rawDescGZIP(), []int{90, 5}
}
func (x *PendingChannelsResponse_ForceClosedChannel) GetChannel() *PendingChannelsResponse_PendingChannel {
@@ -18939,39 +18577,7 @@ const file_lightning_proto_rawDesc = "" +
"\n" +
"fixed_msat\x18\x03 \x01(\x03H\x00R\tfixedMsat\x12\x1a\n" +
"\apercent\x18\x02 \x01(\x03H\x00R\apercentB\a\n" +
- "\x05limit\"\xea\x05\n" +
- "\vSendRequest\x12\x12\n" +
- "\x04dest\x18\x01 \x01(\fR\x04dest\x12#\n" +
- "\vdest_string\x18\x02 \x01(\tB\x02\x18\x01R\n" +
- "destString\x12\x10\n" +
- "\x03amt\x18\x03 \x01(\x03R\x03amt\x12\x19\n" +
- "\bamt_msat\x18\f \x01(\x03R\aamtMsat\x12!\n" +
- "\fpayment_hash\x18\x04 \x01(\fR\vpaymentHash\x122\n" +
- "\x13payment_hash_string\x18\x05 \x01(\tB\x02\x18\x01R\x11paymentHashString\x12'\n" +
- "\x0fpayment_request\x18\x06 \x01(\tR\x0epaymentRequest\x12(\n" +
- "\x10final_cltv_delta\x18\a \x01(\x05R\x0efinalCltvDelta\x12,\n" +
- "\tfee_limit\x18\b \x01(\v2\x0f.lnrpc.FeeLimitR\bfeeLimit\x12,\n" +
- "\x10outgoing_chan_id\x18\t \x01(\x04B\x020\x01R\x0eoutgoingChanId\x12&\n" +
- "\x0flast_hop_pubkey\x18\r \x01(\fR\rlastHopPubkey\x12\x1d\n" +
- "\n" +
- "cltv_limit\x18\n" +
- " \x01(\rR\tcltvLimit\x12Y\n" +
- "\x13dest_custom_records\x18\v \x03(\v2).lnrpc.SendRequest.DestCustomRecordsEntryR\x11destCustomRecords\x12,\n" +
- "\x12allow_self_payment\x18\x0e \x01(\bR\x10allowSelfPayment\x126\n" +
- "\rdest_features\x18\x0f \x03(\x0e2\x11.lnrpc.FeatureBitR\fdestFeatures\x12!\n" +
- "\fpayment_addr\x18\x10 \x01(\fR\vpaymentAddr\x1aD\n" +
- "\x16DestCustomRecordsEntry\x12\x10\n" +
- "\x03key\x18\x01 \x01(\x04R\x03key\x12\x14\n" +
- "\x05value\x18\x02 \x01(\fR\x05value:\x028\x01\"\xb4\x01\n" +
- "\fSendResponse\x12#\n" +
- "\rpayment_error\x18\x01 \x01(\tR\fpaymentError\x12)\n" +
- "\x10payment_preimage\x18\x02 \x01(\fR\x0fpaymentPreimage\x121\n" +
- "\rpayment_route\x18\x03 \x01(\v2\f.lnrpc.RouteR\fpaymentRoute\x12!\n" +
- "\fpayment_hash\x18\x04 \x01(\fR\vpaymentHash\"\x95\x01\n" +
- "\x12SendToRouteRequest\x12!\n" +
- "\fpayment_hash\x18\x01 \x01(\fR\vpaymentHash\x122\n" +
- "\x13payment_hash_string\x18\x02 \x01(\tB\x02\x18\x01R\x11paymentHashString\x12\"\n" +
- "\x05route\x18\x04 \x01(\v2\f.lnrpc.RouteR\x05routeJ\x04\b\x03\x10\x04\"\xec\x04\n" +
+ "\x05limit\"\xec\x04\n" +
"\x14ChannelAcceptRequest\x12\x1f\n" +
"\vnode_pubkey\x18\x01 \x01(\fR\n" +
"nodePubkey\x12\x1d\n" +
@@ -19621,7 +19227,7 @@ const file_lightning_proto_rawDesc = "" +
"\x18unsettled_remote_balance\x18\x06 \x01(\v2\r.lnrpc.AmountR\x16unsettledRemoteBalance\x12J\n" +
"\x1apending_open_local_balance\x18\a \x01(\v2\r.lnrpc.AmountR\x17pendingOpenLocalBalance\x12L\n" +
"\x1bpending_open_remote_balance\x18\b \x01(\v2\r.lnrpc.AmountR\x18pendingOpenRemoteBalance\x12.\n" +
- "\x13custom_channel_data\x18\t \x01(\fR\x11customChannelData\"\xc8\a\n" +
+ "\x13custom_channel_data\x18\t \x01(\fR\x11customChannelData\"\x9e\a\n" +
"\x12QueryRoutesRequest\x12\x17\n" +
"\apub_key\x18\x01 \x01(\tR\x06pubKey\x12\x10\n" +
"\x03amt\x18\x02 \x01(\x03R\x03amt\x12\x19\n" +
@@ -19636,8 +19242,7 @@ const file_lightning_proto_rawDesc = "" +
" \x03(\v2\x0f.lnrpc.NodePairR\fignoredPairs\x12\x1d\n" +
"\n" +
"cltv_limit\x18\v \x01(\rR\tcltvLimit\x12`\n" +
- "\x13dest_custom_records\x18\r \x03(\v20.lnrpc.QueryRoutesRequest.DestCustomRecordsEntryR\x11destCustomRecords\x12.\n" +
- "\x10outgoing_chan_id\x18\x0e \x01(\x04B\x04\x18\x010\x01R\x0eoutgoingChanId\x12&\n" +
+ "\x13dest_custom_records\x18\r \x03(\v20.lnrpc.QueryRoutesRequest.DestCustomRecordsEntryR\x11destCustomRecords\x12&\n" +
"\x0flast_hop_pubkey\x18\x0f \x01(\fR\rlastHopPubkey\x121\n" +
"\vroute_hints\x18\x10 \x03(\v2\x10.lnrpc.RouteHintR\n" +
"routeHints\x12M\n" +
@@ -19647,7 +19252,7 @@ const file_lightning_proto_rawDesc = "" +
"\x11outgoing_chan_ids\x18\x14 \x03(\x04R\x0foutgoingChanIds\x1aD\n" +
"\x16DestCustomRecordsEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\x04R\x03key\x12\x14\n" +
- "\x05value\x18\x02 \x01(\fR\x05value:\x028\x01J\x04\b\x03\x10\x04\".\n" +
+ "\x05value\x18\x02 \x01(\fR\x05value:\x028\x01J\x04\b\x03\x10\x04J\x04\b\x0e\x10\x0f\".\n" +
"\bNodePair\x12\x12\n" +
"\x04from\x18\x01 \x01(\fR\x04from\x12\x0e\n" +
"\x02to\x18\x02 \x01(\fR\x02to\"]\n" +
@@ -20449,7 +20054,7 @@ const file_lightning_proto_rawDesc = "" +
"\x16UPDATE_FAILURE_PENDING\x10\x01\x12\x1c\n" +
"\x18UPDATE_FAILURE_NOT_FOUND\x10\x02\x12\x1f\n" +
"\x1bUPDATE_FAILURE_INTERNAL_ERR\x10\x03\x12$\n" +
- " UPDATE_FAILURE_INVALID_PARAMETER\x10\x042\xcb)\n" +
+ " UPDATE_FAILURE_INVALID_PARAMETER\x10\x042\xb9'\n" +
"\tLightning\x12J\n" +
"\rWalletBalance\x12\x1b.lnrpc.WalletBalanceRequest\x1a\x1c.lnrpc.WalletBalanceResponse\x12M\n" +
"\x0eChannelBalance\x12\x1c.lnrpc.ChannelBalanceRequest\x1a\x1d.lnrpc.ChannelBalanceResponse\x12K\n" +
@@ -20480,11 +20085,7 @@ const file_lightning_proto_rawDesc = "" +
"\x10FundingStateStep\x12\x1b.lnrpc.FundingTransitionMsg\x1a\x1b.lnrpc.FundingStateStepResp\x12P\n" +
"\x0fChannelAcceptor\x12\x1c.lnrpc.ChannelAcceptResponse\x1a\x1b.lnrpc.ChannelAcceptRequest(\x010\x01\x12F\n" +
"\fCloseChannel\x12\x1a.lnrpc.CloseChannelRequest\x1a\x18.lnrpc.CloseStatusUpdate0\x01\x12M\n" +
- "\x0eAbandonChannel\x12\x1c.lnrpc.AbandonChannelRequest\x1a\x1d.lnrpc.AbandonChannelResponse\x12?\n" +
- "\vSendPayment\x12\x12.lnrpc.SendRequest\x1a\x13.lnrpc.SendResponse\"\x03\x88\x02\x01(\x010\x01\x12?\n" +
- "\x0fSendPaymentSync\x12\x12.lnrpc.SendRequest\x1a\x13.lnrpc.SendResponse\"\x03\x88\x02\x01\x12F\n" +
- "\vSendToRoute\x12\x19.lnrpc.SendToRouteRequest\x1a\x13.lnrpc.SendResponse\"\x03\x88\x02\x01(\x010\x01\x12F\n" +
- "\x0fSendToRouteSync\x12\x19.lnrpc.SendToRouteRequest\x1a\x13.lnrpc.SendResponse\"\x03\x88\x02\x01\x127\n" +
+ "\x0eAbandonChannel\x12\x1c.lnrpc.AbandonChannelRequest\x1a\x1d.lnrpc.AbandonChannelResponse\x127\n" +
"\n" +
"AddInvoice\x12\x0e.lnrpc.Invoice\x1a\x19.lnrpc.AddInvoiceResponse\x12E\n" +
"\fListInvoices\x12\x19.lnrpc.ListInvoiceRequest\x1a\x1a.lnrpc.ListInvoiceResponse\x123\n" +
@@ -20540,7 +20141,7 @@ func file_lightning_proto_rawDescGZIP() []byte {
}
var file_lightning_proto_enumTypes = make([]protoimpl.EnumInfo, 22)
-var file_lightning_proto_msgTypes = make([]protoimpl.MessageInfo, 238)
+var file_lightning_proto_msgTypes = make([]protoimpl.MessageInfo, 234)
var file_lightning_proto_goTypes = []any{
(OutputScriptType)(0), // 0: lnrpc.OutputScriptType
(CoinSelectionStrategy)(0), // 1: lnrpc.CoinSelectionStrategy
@@ -20580,581 +20181,564 @@ var file_lightning_proto_goTypes = []any{
(*GetTransactionsRequest)(nil), // 35: lnrpc.GetTransactionsRequest
(*TransactionDetails)(nil), // 36: lnrpc.TransactionDetails
(*FeeLimit)(nil), // 37: lnrpc.FeeLimit
- (*SendRequest)(nil), // 38: lnrpc.SendRequest
- (*SendResponse)(nil), // 39: lnrpc.SendResponse
- (*SendToRouteRequest)(nil), // 40: lnrpc.SendToRouteRequest
- (*ChannelAcceptRequest)(nil), // 41: lnrpc.ChannelAcceptRequest
- (*ChannelAcceptResponse)(nil), // 42: lnrpc.ChannelAcceptResponse
- (*ChannelPoint)(nil), // 43: lnrpc.ChannelPoint
- (*OutPoint)(nil), // 44: lnrpc.OutPoint
- (*PreviousOutPoint)(nil), // 45: lnrpc.PreviousOutPoint
- (*LightningAddress)(nil), // 46: lnrpc.LightningAddress
- (*EstimateFeeRequest)(nil), // 47: lnrpc.EstimateFeeRequest
- (*EstimateFeeResponse)(nil), // 48: lnrpc.EstimateFeeResponse
- (*SendManyRequest)(nil), // 49: lnrpc.SendManyRequest
- (*SendManyResponse)(nil), // 50: lnrpc.SendManyResponse
- (*SendCoinsRequest)(nil), // 51: lnrpc.SendCoinsRequest
- (*SendCoinsResponse)(nil), // 52: lnrpc.SendCoinsResponse
- (*ListUnspentRequest)(nil), // 53: lnrpc.ListUnspentRequest
- (*ListUnspentResponse)(nil), // 54: lnrpc.ListUnspentResponse
- (*NewAddressRequest)(nil), // 55: lnrpc.NewAddressRequest
- (*NewAddressResponse)(nil), // 56: lnrpc.NewAddressResponse
- (*SignMessageRequest)(nil), // 57: lnrpc.SignMessageRequest
- (*SignMessageResponse)(nil), // 58: lnrpc.SignMessageResponse
- (*VerifyMessageRequest)(nil), // 59: lnrpc.VerifyMessageRequest
- (*VerifyMessageResponse)(nil), // 60: lnrpc.VerifyMessageResponse
- (*ConnectPeerRequest)(nil), // 61: lnrpc.ConnectPeerRequest
- (*ConnectPeerResponse)(nil), // 62: lnrpc.ConnectPeerResponse
- (*DisconnectPeerRequest)(nil), // 63: lnrpc.DisconnectPeerRequest
- (*DisconnectPeerResponse)(nil), // 64: lnrpc.DisconnectPeerResponse
- (*HTLC)(nil), // 65: lnrpc.HTLC
- (*ChannelConstraints)(nil), // 66: lnrpc.ChannelConstraints
- (*Channel)(nil), // 67: lnrpc.Channel
- (*ListChannelsRequest)(nil), // 68: lnrpc.ListChannelsRequest
- (*ListChannelsResponse)(nil), // 69: lnrpc.ListChannelsResponse
- (*AliasMap)(nil), // 70: lnrpc.AliasMap
- (*ListAliasesRequest)(nil), // 71: lnrpc.ListAliasesRequest
- (*ListAliasesResponse)(nil), // 72: lnrpc.ListAliasesResponse
- (*ChannelCloseSummary)(nil), // 73: lnrpc.ChannelCloseSummary
- (*Resolution)(nil), // 74: lnrpc.Resolution
- (*ClosedChannelsRequest)(nil), // 75: lnrpc.ClosedChannelsRequest
- (*ClosedChannelsResponse)(nil), // 76: lnrpc.ClosedChannelsResponse
- (*Peer)(nil), // 77: lnrpc.Peer
- (*TimestampedError)(nil), // 78: lnrpc.TimestampedError
- (*ListPeersRequest)(nil), // 79: lnrpc.ListPeersRequest
- (*ListPeersResponse)(nil), // 80: lnrpc.ListPeersResponse
- (*PeerEventSubscription)(nil), // 81: lnrpc.PeerEventSubscription
- (*PeerEvent)(nil), // 82: lnrpc.PeerEvent
- (*GetInfoRequest)(nil), // 83: lnrpc.GetInfoRequest
- (*GetInfoResponse)(nil), // 84: lnrpc.GetInfoResponse
- (*GetDebugInfoRequest)(nil), // 85: lnrpc.GetDebugInfoRequest
- (*GetDebugInfoResponse)(nil), // 86: lnrpc.GetDebugInfoResponse
- (*GetRecoveryInfoRequest)(nil), // 87: lnrpc.GetRecoveryInfoRequest
- (*GetRecoveryInfoResponse)(nil), // 88: lnrpc.GetRecoveryInfoResponse
- (*Chain)(nil), // 89: lnrpc.Chain
- (*ChannelOpenUpdate)(nil), // 90: lnrpc.ChannelOpenUpdate
- (*CloseOutput)(nil), // 91: lnrpc.CloseOutput
- (*ChannelCloseUpdate)(nil), // 92: lnrpc.ChannelCloseUpdate
- (*CloseChannelRequest)(nil), // 93: lnrpc.CloseChannelRequest
- (*CloseStatusUpdate)(nil), // 94: lnrpc.CloseStatusUpdate
- (*PendingUpdate)(nil), // 95: lnrpc.PendingUpdate
- (*InstantUpdate)(nil), // 96: lnrpc.InstantUpdate
- (*ReadyForPsbtFunding)(nil), // 97: lnrpc.ReadyForPsbtFunding
- (*BatchOpenChannelRequest)(nil), // 98: lnrpc.BatchOpenChannelRequest
- (*BatchOpenChannel)(nil), // 99: lnrpc.BatchOpenChannel
- (*BatchOpenChannelResponse)(nil), // 100: lnrpc.BatchOpenChannelResponse
- (*OpenChannelRequest)(nil), // 101: lnrpc.OpenChannelRequest
- (*OpenStatusUpdate)(nil), // 102: lnrpc.OpenStatusUpdate
- (*KeyLocator)(nil), // 103: lnrpc.KeyLocator
- (*KeyDescriptor)(nil), // 104: lnrpc.KeyDescriptor
- (*ChanPointShim)(nil), // 105: lnrpc.ChanPointShim
- (*PsbtShim)(nil), // 106: lnrpc.PsbtShim
- (*FundingShim)(nil), // 107: lnrpc.FundingShim
- (*FundingShimCancel)(nil), // 108: lnrpc.FundingShimCancel
- (*FundingPsbtVerify)(nil), // 109: lnrpc.FundingPsbtVerify
- (*FundingPsbtFinalize)(nil), // 110: lnrpc.FundingPsbtFinalize
- (*FundingTransitionMsg)(nil), // 111: lnrpc.FundingTransitionMsg
- (*FundingStateStepResp)(nil), // 112: lnrpc.FundingStateStepResp
- (*PendingHTLC)(nil), // 113: lnrpc.PendingHTLC
- (*PendingChannelsRequest)(nil), // 114: lnrpc.PendingChannelsRequest
- (*PendingChannelsResponse)(nil), // 115: lnrpc.PendingChannelsResponse
- (*ChannelEventSubscription)(nil), // 116: lnrpc.ChannelEventSubscription
- (*ChannelCommitUpdate)(nil), // 117: lnrpc.ChannelCommitUpdate
- (*ChannelEventUpdate)(nil), // 118: lnrpc.ChannelEventUpdate
- (*WalletAccountBalance)(nil), // 119: lnrpc.WalletAccountBalance
- (*WalletBalanceRequest)(nil), // 120: lnrpc.WalletBalanceRequest
- (*WalletBalanceResponse)(nil), // 121: lnrpc.WalletBalanceResponse
- (*Amount)(nil), // 122: lnrpc.Amount
- (*ChannelBalanceRequest)(nil), // 123: lnrpc.ChannelBalanceRequest
- (*ChannelBalanceResponse)(nil), // 124: lnrpc.ChannelBalanceResponse
- (*QueryRoutesRequest)(nil), // 125: lnrpc.QueryRoutesRequest
- (*NodePair)(nil), // 126: lnrpc.NodePair
- (*EdgeLocator)(nil), // 127: lnrpc.EdgeLocator
- (*QueryRoutesResponse)(nil), // 128: lnrpc.QueryRoutesResponse
- (*Hop)(nil), // 129: lnrpc.Hop
- (*MPPRecord)(nil), // 130: lnrpc.MPPRecord
- (*AMPRecord)(nil), // 131: lnrpc.AMPRecord
- (*Route)(nil), // 132: lnrpc.Route
- (*NodeInfoRequest)(nil), // 133: lnrpc.NodeInfoRequest
- (*NodeInfo)(nil), // 134: lnrpc.NodeInfo
- (*LightningNode)(nil), // 135: lnrpc.LightningNode
- (*NodeAddress)(nil), // 136: lnrpc.NodeAddress
- (*RoutingPolicy)(nil), // 137: lnrpc.RoutingPolicy
- (*ChannelAuthProof)(nil), // 138: lnrpc.ChannelAuthProof
- (*ChannelEdge)(nil), // 139: lnrpc.ChannelEdge
- (*ChannelGraphRequest)(nil), // 140: lnrpc.ChannelGraphRequest
- (*ChannelGraph)(nil), // 141: lnrpc.ChannelGraph
- (*NodeMetricsRequest)(nil), // 142: lnrpc.NodeMetricsRequest
- (*NodeMetricsResponse)(nil), // 143: lnrpc.NodeMetricsResponse
- (*FloatMetric)(nil), // 144: lnrpc.FloatMetric
- (*ChanInfoRequest)(nil), // 145: lnrpc.ChanInfoRequest
- (*NetworkInfoRequest)(nil), // 146: lnrpc.NetworkInfoRequest
- (*NetworkInfo)(nil), // 147: lnrpc.NetworkInfo
- (*StopRequest)(nil), // 148: lnrpc.StopRequest
- (*StopResponse)(nil), // 149: lnrpc.StopResponse
- (*GraphTopologySubscription)(nil), // 150: lnrpc.GraphTopologySubscription
- (*GraphTopologyUpdate)(nil), // 151: lnrpc.GraphTopologyUpdate
- (*NodeUpdate)(nil), // 152: lnrpc.NodeUpdate
- (*ChannelEdgeUpdate)(nil), // 153: lnrpc.ChannelEdgeUpdate
- (*ClosedChannelUpdate)(nil), // 154: lnrpc.ClosedChannelUpdate
- (*HopHint)(nil), // 155: lnrpc.HopHint
- (*SetID)(nil), // 156: lnrpc.SetID
- (*RouteHint)(nil), // 157: lnrpc.RouteHint
- (*BlindedPaymentPath)(nil), // 158: lnrpc.BlindedPaymentPath
- (*BlindedPath)(nil), // 159: lnrpc.BlindedPath
- (*BlindedHop)(nil), // 160: lnrpc.BlindedHop
- (*AMPInvoiceState)(nil), // 161: lnrpc.AMPInvoiceState
- (*Invoice)(nil), // 162: lnrpc.Invoice
- (*BlindedPathConfig)(nil), // 163: lnrpc.BlindedPathConfig
- (*InvoiceHTLC)(nil), // 164: lnrpc.InvoiceHTLC
- (*AMP)(nil), // 165: lnrpc.AMP
- (*AddInvoiceResponse)(nil), // 166: lnrpc.AddInvoiceResponse
- (*PaymentHash)(nil), // 167: lnrpc.PaymentHash
- (*ListInvoiceRequest)(nil), // 168: lnrpc.ListInvoiceRequest
- (*ListInvoiceResponse)(nil), // 169: lnrpc.ListInvoiceResponse
- (*InvoiceSubscription)(nil), // 170: lnrpc.InvoiceSubscription
- (*DelCanceledInvoiceReq)(nil), // 171: lnrpc.DelCanceledInvoiceReq
- (*DelCanceledInvoiceResp)(nil), // 172: lnrpc.DelCanceledInvoiceResp
- (*Payment)(nil), // 173: lnrpc.Payment
- (*HTLCAttempt)(nil), // 174: lnrpc.HTLCAttempt
- (*ListPaymentsRequest)(nil), // 175: lnrpc.ListPaymentsRequest
- (*ListPaymentsResponse)(nil), // 176: lnrpc.ListPaymentsResponse
- (*DeletePaymentRequest)(nil), // 177: lnrpc.DeletePaymentRequest
- (*DeleteAllPaymentsRequest)(nil), // 178: lnrpc.DeleteAllPaymentsRequest
- (*DeletePaymentResponse)(nil), // 179: lnrpc.DeletePaymentResponse
- (*DeleteAllPaymentsResponse)(nil), // 180: lnrpc.DeleteAllPaymentsResponse
- (*AbandonChannelRequest)(nil), // 181: lnrpc.AbandonChannelRequest
- (*AbandonChannelResponse)(nil), // 182: lnrpc.AbandonChannelResponse
- (*DebugLevelRequest)(nil), // 183: lnrpc.DebugLevelRequest
- (*DebugLevelResponse)(nil), // 184: lnrpc.DebugLevelResponse
- (*PayReqString)(nil), // 185: lnrpc.PayReqString
- (*PayReq)(nil), // 186: lnrpc.PayReq
- (*Feature)(nil), // 187: lnrpc.Feature
- (*FeeReportRequest)(nil), // 188: lnrpc.FeeReportRequest
- (*ChannelFeeReport)(nil), // 189: lnrpc.ChannelFeeReport
- (*FeeReportResponse)(nil), // 190: lnrpc.FeeReportResponse
- (*InboundFee)(nil), // 191: lnrpc.InboundFee
- (*PolicyUpdateRequest)(nil), // 192: lnrpc.PolicyUpdateRequest
- (*FailedUpdate)(nil), // 193: lnrpc.FailedUpdate
- (*PolicyUpdateResponse)(nil), // 194: lnrpc.PolicyUpdateResponse
- (*ForwardingHistoryRequest)(nil), // 195: lnrpc.ForwardingHistoryRequest
- (*ForwardingEvent)(nil), // 196: lnrpc.ForwardingEvent
- (*ForwardingHistoryResponse)(nil), // 197: lnrpc.ForwardingHistoryResponse
- (*ExportChannelBackupRequest)(nil), // 198: lnrpc.ExportChannelBackupRequest
- (*ChannelBackup)(nil), // 199: lnrpc.ChannelBackup
- (*MultiChanBackup)(nil), // 200: lnrpc.MultiChanBackup
- (*ChanBackupExportRequest)(nil), // 201: lnrpc.ChanBackupExportRequest
- (*ChanBackupSnapshot)(nil), // 202: lnrpc.ChanBackupSnapshot
- (*ChannelBackups)(nil), Why this scored 28/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.