good morning!!!!

Skip to content
Snippets Groups Projects
Commit d8f529ce authored by a's avatar a
Browse files

error on no sync

parent 1a6c93b0
Branches
No related tags found
No related merge requests found
Pipeline #3219 passed
Pipeline: Erigon

#3220

    ......@@ -54,6 +54,8 @@ func processSyncedCheck(
    }
    if i == nil {
    w.Write([]byte("ok"))
    } else {
    w.WriteHeader(400)
    }
    return true
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment