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
Catch exceptions during peer storage deserialization
In some cases, the peer storage we receive could be empty or truncated.
We want to be safe and correctly catch every exception possible when
deserializing, because we don't want the app to crash and the user to
be stuck.
* Backward compatibility for an older backup mechanism where each channel data was stored individually, and restored from channel_reestablish messages.
101
+
* Backwards-compatibility for an older backup mechanism where each channel data was stored individually, and restored from channel_reestablish messages.
0 commit comments