-
Notifications
You must be signed in to change notification settings - Fork 19
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
Always have data-loss protection #19
Comments
Thanks, I didn't have enough time to review the init message handling in detail. (especially it seems that the spec has changed recently) |
Closing because I stopped using DotNetLightning and I don't know whether this is still current. |
@ysangkok sorry, I would prefer if @joemphilips decides if this should be left open or not; Joe please reopen if you think this is still an issue? or if you're not sure, reopen as well and my team will look at it at some point. |
Data-loss protection is mandatory for LND, and I think also for Eclair. I don't think it makes much sense to even do init's anywhere without it.
Here is the temporary patch I use to set the required bit. Of course that doesn't actually modify the messages.
I just wanted to make an issue for this since it is one of the first issues one will encounter, trying to use DotNetLightning.
The text was updated successfully, but these errors were encountered: