Skip to content

Commit

Permalink
Log fails for dummy address
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 20, 2024
1 parent 9358e92 commit 260b890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/verification/verification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,9 @@ export class VerificationService {
relay.ator_address ===
'0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF'
) {
this.logger.log(
`Failing relay ${relay.fingerprint} with dummy address ${relay.ator_address}`
)
results.push({ relay, result: 'Failed' })
} else if (isAlreadyClaimable) {
this.logger.debug(
Expand Down

0 comments on commit 260b890

Please sign in to comment.