mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 08:41:42 +02:00
cmd/lncli: make hop hint inclusion opt-in for addholdinvoice
This commit is contained in:
@@ -184,7 +184,7 @@ var addHoldInvoiceCommand = cli.Command{
|
|||||||
"specified, an expiry of 3600 seconds (1 hour) " +
|
"specified, an expiry of 3600 seconds (1 hour) " +
|
||||||
"is implied.",
|
"is implied.",
|
||||||
},
|
},
|
||||||
cli.BoolTFlag{
|
cli.BoolFlag{
|
||||||
Name: "private",
|
Name: "private",
|
||||||
Usage: "encode routing hints in the invoice with " +
|
Usage: "encode routing hints in the invoice with " +
|
||||||
"private channels in order to assist the " +
|
"private channels in order to assist the " +
|
||||||
|
Reference in New Issue
Block a user