-
Notifications
You must be signed in to change notification settings - Fork 404
Replace OUR_MAX_HTLCS
constant with a config knob
#1990
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
Comments
The config knob should warn the post-anchor fee-bumping reserves should be scale in consequence (or we do that under the hood). And probably few other warnings. |
I'd like to help! I'll take this as a first issue. I'll need some guidance and I might also post in the Discord for help if needed. |
Sorry for the delay, working on trying to figure out how to properly test this. I'm relatively new to LDK and Lightning development so I could be in over my head here. Here's a code snippet for the "even TLV" change. Also, I added a new field to the
|
You can write it as But, this sounds like a fine start, feel free to open a draft PR and you can get feedback there :) |
Basically what it says on the tin - add a new config knob and use it in place of
OUR_MAX_HTLCS
, writing an even TLV if its not 50 to break forwards compat.The text was updated successfully, but these errors were encountered: