Merge pull request #6523 from Roasbeef/hop-hints-opt-in

cmd/lncli: make hop hint inclusion opt-in for addinvoice
This commit is contained in:
Oliver Gugger 2022-05-11 10:08:30 +02:00 committed by GitHub
commit 8dbf78fbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,7 @@ var addInvoiceCommand = 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 " +

View File

@ -54,6 +54,10 @@ releases. Backward compatibility is not guaranteed!
* Add [--socksproxy](https://github.com/lightningnetwork/lnd/pull/6422)
to allow for RPC calls via Tor.
* [Hop hints are now opt in when using `lncli
addinvoice`]https://github.com/lightningnetwork/lnd/pull/6523). Users now
need to explicitly specify the `--private` flag.
## Neutrino
[Neutrino now suports BIP