Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: always try to fetch optimistic update when starting lc (#5977)
* feat: Always try to fetch optimistic update when starting lc Currently fetching an optimistic update at client start happens only if a sync is needed. The proposed change tries to fetch an optimistic update even if no sync is needed, e.g. the client was initialized with a recent checkpoint * Move the update fetching to the correct place
- Loading branch information