mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
0092c731e5
Previously, we'd always add up to the maximum number of hop hints (and beyond!) when selecting hop hints in our first pass. This change updates hop hint selection to always stick to our hop hint limit, and to the "hop hint factor" that we scale our invoices by. This change will result in selecting fewer channels in our first pass if their total inbound capacity reaches our hop hint factor. This prevents us from revealing as many private channels as before, but has the downside of providing fewer options for payers. |
||
---|---|---|
.. | ||
addinvoice_test.go | ||
addinvoice.go | ||
config_active.go | ||
config_default.go | ||
driver.go | ||
invoices_grpc.pb.go | ||
invoices_server.go | ||
invoices.pb.go | ||
invoices.pb.gw.go | ||
invoices.pb.json.go | ||
invoices.proto | ||
invoices.swagger.json | ||
invoices.yaml | ||
log.go | ||
utils.go |