Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
artemskriabin committed Aug 28, 2024
1 parent 49fc051 commit 7cd2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/handlers/fulfill_poll_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func FulfillPollEvent(w http.ResponseWriter, r *http.Request) {

err = PollVerifier(r).VerifyProof(proof, proposalID, proposalEventID)
if err != nil {
log.WithError(err).Debug("Failed to verify passport")
log.WithError(err).Debug("Failed to verify poll participation proof")
if errors.Is(err, config.ErrInvalidProposalEventID) ||
errors.Is(err, config.ErrInvalidRoot) ||
errors.Is(err, config.ErrInvalidChallengedEventID) {
Expand Down

0 comments on commit 7cd2418

Please sign in to comment.