From 44a28fe75cae52e6cc233dae8f8f4c7a7eedd30a Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 30 Jul 2019 23:51:04 +0100 Subject: [PATCH] lnrpc: remove lncli subscribechannelevents and add regenarated rpc.pb.go --- lnrpc/rpc.pb.go | 4 ++-- lnrpc/rpc.proto | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lnrpc/rpc.pb.go b/lnrpc/rpc.pb.go index 75592d92..35cc3307 100644 --- a/lnrpc/rpc.pb.go +++ b/lnrpc/rpc.pb.go @@ -9482,7 +9482,7 @@ type LightningClient interface { //ListChannels returns a description of all the open channels that this node //is a participant in. ListChannels(ctx context.Context, in *ListChannelsRequest, opts ...grpc.CallOption) (*ListChannelsResponse, error) - //* lncli: `subscribechannelevents` + //* //SubscribeChannelEvents creates a uni-directional stream from the server to //the client in which any updates relevant to the state of the channels are //sent over. Events include new active channels, inactive channels, and closed @@ -10433,7 +10433,7 @@ type LightningServer interface { //ListChannels returns a description of all the open channels that this node //is a participant in. ListChannels(context.Context, *ListChannelsRequest) (*ListChannelsResponse, error) - //* lncli: `subscribechannelevents` + //* //SubscribeChannelEvents creates a uni-directional stream from the server to //the client in which any updates relevant to the state of the channels are //sent over. Events include new active channels, inactive channels, and closed diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index 9155fd45..884a9790 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -389,7 +389,7 @@ service Lightning { }; } - /** lncli: `subscribechannelevents` + /** SubscribeChannelEvents creates a uni-directional stream from the server to the client in which any updates relevant to the state of the channels are sent over. Events include new active channels, inactive channels, and closed