lnrpc: remove lncli subscribechannelevents and add regenarated rpc.pb.go

This commit is contained in:
openoms 2019-07-30 23:51:04 +01:00
parent add905d17f
commit 44a28fe75c
2 changed files with 3 additions and 3 deletions

@ -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

@ -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