Skip to content

Commit

Permalink
Fix validator diagnostics (#1208)
Browse files Browse the repository at this point in the history
* Added stats for validator

* Beautify

* Fix lint

* Added mutex

* Added mutex for getters

* Added mutex for getters

* Remove redundant locking and unlocking

* Fix
  • Loading branch information
Jayashsatolia403 authored Aug 14, 2023
1 parent 760ea32 commit 3c08785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func challengeHandler(ctx context.Context, r *http.Request) (interface{}, error)
return InvalidValidationTicket(challengeObj, err)
}

updateStats(false)
updateStats(true)

return ValidValidationTicket(challengeObj, challengeRequest.ChallengeID, challengeHash)
}
Expand Down

0 comments on commit 3c08785

Please sign in to comment.