Skip to content

Commit

Permalink
Merge c4t to dev (#114)
Browse files Browse the repository at this point in the history
Fix state sync version (fork leftover)
  • Loading branch information
evlekht authored Aug 7, 2024
1 parent aa46c0a commit fd62dac
Showing 1 changed file with 2 additions and 2 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 fd62dac

Please sign in to comment.