You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving a channel_reestablish that indicates that your peer has outdated data, you shouldn't close instantly.
You should only trigger the force-close when receiving an error message from your peer.
This gives them an opportunity to correct it and potentially prevent the force-close.
When receiving a
channel_reestablish
that indicates that your peer has outdated data, you shouldn't close instantly.You should only trigger the force-close when receiving an
error
message from your peer.This gives them an opportunity to correct it and potentially prevent the force-close.
See lightning/bolts#934 for details.
The text was updated successfully, but these errors were encountered: