-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Removing the disconnect-on-warning #1072
Comments
I apologize, apparently that warning is sent by an older version of eclair, either way my comment stands. |
yes I agree there is no point to have a warning if we do disconnect, it is an error at this point, IMHO the warning should not impact the node connection in any case (maybe?) |
I agree that we should remove any |
We generally shouldn't disconnect when sending or receiving warning messages. Whenever disconnecting after a warning makes sense, it should be specified in the requirements linked to that specific scenario. Fixes lightning#1072
I saw some users complaining that their lnd node is disconnecting a CLN node because the CLN node sent a warning "too many channel announcements with funding tx already spent, please check your bitcoin node". While maybe the underlying issue should be fixed, ISTM we should remove the "a recipient of a warning MAY disconnect" thing. The sender of the warning has more context about whether its a big deal or not, so we should leave it up to them to disconnect or not.
The text was updated successfully, but these errors were encountered: