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
If I understand correctly, the late peer should first send an error message and only then, the ahead peer closes. We neither send error messages nor wait on receiving them:
Upon channel reestablishment, if a peer is behind the state it should be, the other peer force closes on the late peer.
There are discussions about the order of events and error messages:
lightning/bolts#942
lightning/bolts#932
If I understand correctly, the late peer should first send an error message and only then, the ahead peer closes. We neither send error messages nor wait on receiving them:
electrum/electrum/lnpeer.py
Line 1059 in bdbd593
The text was updated successfully, but these errors were encountered: