askrene: add layer auto.ignorelocalhtlclimits - #8126
Conversation
8c6128f to
4397a90
Compare
The new layer "auto.ignorelocalhtlclimits" helps remove the HTLC_min/max limits on local channels. Changelog-Added: askrene: add layer auto.ignorelocalhtlclimits Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
4397a90 to
512e491
Compare
|
First, let me start by saying this implementation is perfect 🧡 Documentation, tests, clean implementation... However, there are real constraints on local capacities. injectpaymentonion just uses the same logic as forwarding (which has the advantage of consistency, so we're not leaking information about the source of payment). We could loosen that if we want to, but the remote side also gives us a So if we were to do this, we should use those constraints, which is a bit trickier.... |
|
Good point! On the leak side... I am not sure, we would be revealing our immediate peer that we are the source of the payment, |
The new layer "auto.ignorelocalhtlclimits" helps remove the HTLC_min/max limits on local channels.
In
renepaywe already ignore those limits, see PR #7159.