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
A node updates the cert it will put into signatures and use for node-to-node channels on a local hook. That means it might be rolled back. There's a comment saying that's safe, because this cert is only modified when a node is added, so a rollback means the node is removed.
That's not true!
The cert is also updated on cert refresh. This could also be rolled back, and result in the node using a cert which has not been written to the ledger.