lnrpc: direct to SendPaymentV2

This commit is contained in:
Joost Jager 2020-05-12 08:52:07 +02:00
parent 5a56a6870e
commit 2d7c942d47
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7
2 changed files with 3 additions and 3 deletions

@ -12498,7 +12498,7 @@ type LightningClient interface {
//when in debug builds of lnd.
AbandonChannel(ctx context.Context, in *AbandonChannelRequest, opts ...grpc.CallOption) (*AbandonChannelResponse, error)
// lncli: `sendpayment`
//Deprecated, use routerrpc.SendPayment. SendPayment dispatches a
//Deprecated, use routerrpc.SendPaymentV2. SendPayment dispatches a
//bi-directional streaming RPC for sending payments through the Lightning
//Network. A single RPC invocation creates a persistent bi-directional
//stream allowing clients to rapidly send payments through the Lightning
@ -13577,7 +13577,7 @@ type LightningServer interface {
//when in debug builds of lnd.
AbandonChannel(context.Context, *AbandonChannelRequest) (*AbandonChannelResponse, error)
// lncli: `sendpayment`
//Deprecated, use routerrpc.SendPayment. SendPayment dispatches a
//Deprecated, use routerrpc.SendPaymentV2. SendPayment dispatches a
//bi-directional streaming RPC for sending payments through the Lightning
//Network. A single RPC invocation creates a persistent bi-directional
//stream allowing clients to rapidly send payments through the Lightning

@ -313,7 +313,7 @@ service Lightning {
}
/* lncli: `sendpayment`
Deprecated, use routerrpc.SendPayment. SendPayment dispatches a
Deprecated, use routerrpc.SendPaymentV2. SendPayment dispatches a
bi-directional streaming RPC for sending payments through the Lightning
Network. A single RPC invocation creates a persistent bi-directional
stream allowing clients to rapidly send payments through the Lightning