good morning!!!!

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

check false now

parent 2f816666
No related branches found
No related tags found
No related merge requests found
Pipeline #3257 passed
Pipeline: Erigon

#3258

    ...@@ -52,7 +52,7 @@ func processSyncedCheck( ...@@ -52,7 +52,7 @@ func processSyncedCheck(
    log.Root().Warn("unable to process sync request", "err", err.Error()) log.Root().Warn("unable to process sync request", "err", err.Error())
    return true return true
    } }
    if i == nil { if i == nil || i == false {
    w.Write([]byte("ok")) w.Write([]byte("ok"))
    } else { } else {
    w.WriteHeader(400) w.WriteHeader(400)
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment