lncli: assign category to SendToRoute command

This commit is contained in:
Joost Jager 2019-06-18 09:37:44 +02:00
parent ac2cea4126
commit ad2759dc94
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -2363,8 +2363,9 @@ func payInvoice(ctx *cli.Context) error {
}
var sendToRouteCommand = cli.Command{
Name: "sendtoroute",
Usage: "send a payment over a predefined route",
Name: "sendtoroute",
Category: "Payments",
Usage: "Send a payment over a predefined route.",
Description: `
Send a payment over Lightning using a specific route. One must specify
a list of routes to attempt and the payment hash. This command can even