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
// prevent update if the client is frozen before or at header heightifclientState.IsFrozen() &&clientState.GetFrozenHeight().LTE(header.GetHeight()) {
returnsdkerrors.Wrapf(types.ErrClientFrozen, "cannot update client with ID %s", clientID)
}
Unnecessary to have frozen sequence since we don't allow anything to verify before frozen sequence anyway.
The text was updated successfully, but these errors were encountered: