diff --git a/caminogo b/caminogo index 0c5035f69d..d99b70f7a5 160000 --- a/caminogo +++ b/caminogo @@ -1 +1 @@ -Subproject commit 0c5035f69d8f34580e2b0bed30b2196c4d52f74e +Subproject commit d99b70f7a5db4af5a3260b76699e7f216ef9db87 diff --git a/sync/client/client.go b/sync/client/client.go index ef7533af34..a0c66fd868 100644 --- a/sync/client/client.go +++ b/sync/client/client.go @@ -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")