mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
cmd/lncli: make hop hint inclusion opt-in for addholdinvoice
This commit is contained in:
parent
08e4e66574
commit
2ae5c9cef2
@ -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 " +
|
||||
|
Loading…
Reference in New Issue
Block a user