mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
@@ -60,7 +60,7 @@ var addInvoiceCommand = 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 " +
|
||||||
|
@@ -54,6 +54,10 @@ releases. Backward compatibility is not guaranteed!
|
|||||||
* Add [--socksproxy](https://github.com/lightningnetwork/lnd/pull/6422)
|
* Add [--socksproxy](https://github.com/lightningnetwork/lnd/pull/6422)
|
||||||
to allow for RPC calls via Tor.
|
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
|
||||||
|
|
||||||
[Neutrino now suports BIP
|
[Neutrino now suports BIP
|
||||||
|
Reference in New Issue
Block a user