lncli: assign category to SendToRoute command
This commit is contained in:
parent
ac2cea4126
commit
ad2759dc94
@ -2364,7 +2364,8 @@ func payInvoice(ctx *cli.Context) error {
|
|||||||
|
|
||||||
var sendToRouteCommand = cli.Command{
|
var sendToRouteCommand = cli.Command{
|
||||||
Name: "sendtoroute",
|
Name: "sendtoroute",
|
||||||
Usage: "send a payment over a predefined route",
|
Category: "Payments",
|
||||||
|
Usage: "Send a payment over a predefined route.",
|
||||||
Description: `
|
Description: `
|
||||||
Send a payment over Lightning using a specific route. One must specify
|
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
|
a list of routes to attempt and the payment hash. This command can even
|
||||||
|
Loading…
Reference in New Issue
Block a user