cmd/lncli: make hop hint inclusion opt-in for addholdinvoice

This commit is contained in:
ziggie 2022-05-25 14:49:32 +02:00
parent 08e4e66574
commit 2ae5c9cef2
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -184,7 +184,7 @@ var addHoldInvoiceCommand = cli.Command{
"specified, an expiry of 3600 seconds (1 hour) " +
"is implied.",
},
cli.BoolTFlag{
cli.BoolFlag{
Name: "private",
Usage: "encode routing hints in the invoice with " +
"private channels in order to assist the " +