Skip to content

Commit

Permalink
[Dependency, fix] Fix state sync version (fork leftover)
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed May 28, 2024
1 parent c70cf2d commit c4e9edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sync/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const (
var (
StateSyncVersion = &version.Application{
Major: 1,
Minor: 7,
Patch: 13,
Minor: 0,
Patch: 0,
}
errEmptyResponse = errors.New("empty response")
errTooManyBlocks = errors.New("response contains more blocks than requested")
Expand Down

0 comments on commit c4e9edd

Please sign in to comment.