diff --git a/lnrpc/rpc.pb.go b/lnrpc/rpc.pb.go index 44396f26..dbe5a1d8 100644 --- a/lnrpc/rpc.pb.go +++ b/lnrpc/rpc.pb.go @@ -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 diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index f3bf4c11..d1928bee 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -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