mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-14 06:59:07 +02:00
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:
commit
8dbf78fbb6
@ -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 " +
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user