mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 10:41:34 +02:00
Merge pull request #6577 from ziggie1984/hop-hints-opt-in-addholdinvoice
Hop hints opt in addholdinvoice
This commit is contained in:
commit
3759b0f1ee
@ -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 " +
|
||||
|
@ -72,6 +72,10 @@ releases. Backward compatibility is not guaranteed!
|
||||
caveats/restrictions to be added to an existing macaroon (instead of needing
|
||||
to bake a new one).
|
||||
|
||||
* [Hop hints are now opt in when using `lncli
|
||||
addholdinvoice`](https://github.com/lightningnetwork/lnd/pull/6577). Users now
|
||||
need to explicitly specify the `--private` flag.
|
||||
|
||||
## Neutrino
|
||||
|
||||
[Neutrino now suports BIP
|
||||
@ -454,3 +458,4 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com
|
||||
* Torkel Rogstad
|
||||
* Vsevolod Kaganovych
|
||||
* Yong Yu
|
||||
* Ziggie
|
Loading…
x
Reference in New Issue
Block a user