-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add random CLTV offsets (or max CLTV offsets) during route calculation #158
Comments
Note we should do the same for the value sent. |
Done in #1286. |
Do we still want some form of fee randomization/overpayment? On the one hand, adding the exact fees might give something away to an adversary that is able to guess the actual payment amount to be delivered correctly. On the other, it is questionable how often this would be the case and whether these few instances would actually justify the losing some amount in overpaid fees and making the routing logic more complex. |
Oh good point, yea, maybe lets open an issue to track it, but I think I agree with you there may not be a ton of value in it. One question is if we should randomize in the sub-sat range - we should maybe investigate how much invoices in the wild have 0 msats or any other "round numbers" where we should randomize a bit to add noise. |
As suggested by BOLT 7 in "Recommendations for Routing" to avoid making it obvious which hops a route is taking.
The text was updated successfully, but these errors were encountered: