diff --git a/lnrpc/routerrpc/router.pb.go b/lnrpc/routerrpc/router.pb.go index ece3a939..2911f732 100644 --- a/lnrpc/routerrpc/router.pb.go +++ b/lnrpc/routerrpc/router.pb.go @@ -1940,9 +1940,10 @@ type RouterClient interface { //SendToRouteV2 in that it doesn't return the full HTLC information. SendToRoute(ctx context.Context, in *SendToRouteRequest, opts ...grpc.CallOption) (*SendToRouteResponse, error) // - //SendToRouteV2 attempts to make a payment via the specified route. This method - //differs from SendPayment in that it allows users to specify a full route - //manually. This can be used for things like rebalancing, and atomic swaps. + //SendToRouteV2 attempts to make a payment via the specified route. This + //method differs from SendPayment in that it allows users to specify a full + //route manually. This can be used for things like rebalancing, and atomic + //swaps. SendToRouteV2(ctx context.Context, in *SendToRouteRequest, opts ...grpc.CallOption) (*lnrpc.HTLCAttempt, error) // //ResetMissionControl clears all mission control state and starts with a clean @@ -2233,9 +2234,10 @@ type RouterServer interface { //SendToRouteV2 in that it doesn't return the full HTLC information. SendToRoute(context.Context, *SendToRouteRequest) (*SendToRouteResponse, error) // - //SendToRouteV2 attempts to make a payment via the specified route. This method - //differs from SendPayment in that it allows users to specify a full route - //manually. This can be used for things like rebalancing, and atomic swaps. + //SendToRouteV2 attempts to make a payment via the specified route. This + //method differs from SendPayment in that it allows users to specify a full + //route manually. This can be used for things like rebalancing, and atomic + //swaps. SendToRouteV2(context.Context, *SendToRouteRequest) (*lnrpc.HTLCAttempt, error) // //ResetMissionControl clears all mission control state and starts with a clean diff --git a/lnrpc/routerrpc/router.proto b/lnrpc/routerrpc/router.proto index 25bc765a..44a9e4c6 100644 --- a/lnrpc/routerrpc/router.proto +++ b/lnrpc/routerrpc/router.proto @@ -40,9 +40,10 @@ service Router { } /* - SendToRouteV2 attempts to make a payment via the specified route. This method - differs from SendPayment in that it allows users to specify a full route - manually. This can be used for things like rebalancing, and atomic swaps. + SendToRouteV2 attempts to make a payment via the specified route. This + method differs from SendPayment in that it allows users to specify a full + route manually. This can be used for things like rebalancing, and atomic + swaps. */ rpc SendToRouteV2 (SendToRouteRequest) returns (lnrpc.HTLCAttempt); @@ -82,7 +83,7 @@ service Router { returns (stream HtlcEvent); /* - Deprecated, use SendPaymentV2. SendPayment attempts to route a payment + Deprecated, use SendPaymentV2. SendPayment attempts to route a payment described by the passed PaymentRequest to the final destination. The call returns a stream of payment status updates. */ @@ -578,4 +579,3 @@ message PaymentStatus { */ repeated lnrpc.HTLCAttempt htlcs = 4; } - diff --git a/lnrpc/routerrpc/router.swagger.json b/lnrpc/routerrpc/router.swagger.json index 4dcf1593..dd196dbb 100644 --- a/lnrpc/routerrpc/router.swagger.json +++ b/lnrpc/routerrpc/router.swagger.json @@ -216,7 +216,7 @@ }, "/v2/router/route/send": { "post": { - "summary": "SendToRouteV2 attempts to make a payment via the specified route. This method\ndiffers from SendPayment in that it allows users to specify a full route\nmanually. This can be used for things like rebalancing, and atomic swaps.", + "summary": "SendToRouteV2 attempts to make a payment via the specified route. This\nmethod differs from SendPayment in that it allows users to specify a full\nroute manually. This can be used for things like rebalancing, and atomic\nswaps.", "operationId": "SendToRouteV2", "responses": { "200": {