We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a634cd commit 39c55b5Copy full SHA for 39c55b5
coordinator/internal/logic/provertask/prover_task.go
@@ -205,7 +205,7 @@ func (b *BaseProverTask) applyUniversal(schema *coordinatorType.GetTaskSchema) (
205
const CompatibilityVersion = "4.5.43"
206
207
func isCompatibilityFixingVersion(ver string) bool {
208
- return version.CheckScrollRepoVersion(ver, CompatibilityVersion)
+ return !version.CheckScrollRepoVersion(ver, CompatibilityVersion)
209
}
210
211
func fixCompatibility(schema *coordinatorType.GetTaskSchema) error {
0 commit comments