lnrpc: direct to SendPaymentV2
This commit is contained in:
parent
5a56a6870e
commit
2d7c942d47
@ -12498,7 +12498,7 @@ type LightningClient interface {
|
|||||||
//when in debug builds of lnd.
|
//when in debug builds of lnd.
|
||||||
AbandonChannel(ctx context.Context, in *AbandonChannelRequest, opts ...grpc.CallOption) (*AbandonChannelResponse, error)
|
AbandonChannel(ctx context.Context, in *AbandonChannelRequest, opts ...grpc.CallOption) (*AbandonChannelResponse, error)
|
||||||
// lncli: `sendpayment`
|
// 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
|
//bi-directional streaming RPC for sending payments through the Lightning
|
||||||
//Network. A single RPC invocation creates a persistent bi-directional
|
//Network. A single RPC invocation creates a persistent bi-directional
|
||||||
//stream allowing clients to rapidly send payments through the Lightning
|
//stream allowing clients to rapidly send payments through the Lightning
|
||||||
@ -13577,7 +13577,7 @@ type LightningServer interface {
|
|||||||
//when in debug builds of lnd.
|
//when in debug builds of lnd.
|
||||||
AbandonChannel(context.Context, *AbandonChannelRequest) (*AbandonChannelResponse, error)
|
AbandonChannel(context.Context, *AbandonChannelRequest) (*AbandonChannelResponse, error)
|
||||||
// lncli: `sendpayment`
|
// 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
|
//bi-directional streaming RPC for sending payments through the Lightning
|
||||||
//Network. A single RPC invocation creates a persistent bi-directional
|
//Network. A single RPC invocation creates a persistent bi-directional
|
||||||
//stream allowing clients to rapidly send payments through the Lightning
|
//stream allowing clients to rapidly send payments through the Lightning
|
||||||
|
@ -313,7 +313,7 @@ service Lightning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* lncli: `sendpayment`
|
/* 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
|
bi-directional streaming RPC for sending payments through the Lightning
|
||||||
Network. A single RPC invocation creates a persistent bi-directional
|
Network. A single RPC invocation creates a persistent bi-directional
|
||||||
stream allowing clients to rapidly send payments through the Lightning
|
stream allowing clients to rapidly send payments through the Lightning
|
||||||
|
Loading…
Reference in New Issue
Block a user