Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Jul 25, 2023
1 parent d796ba4 commit 33d9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/client/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const (
ELSE 'unexpected_other_type' -- Our openapi spec doesn't allow us to output this, but better this than a null value (which causes nil dereference)
END AS type,
holders.cnt AS num_holders,
(contracts.verification_info_download_at IS NOT NULL) AS is_verified
(contracts.verification_info_downloaded_at IS NOT NULL) AS is_verified
FROM chain.evm_tokens AS tokens
JOIN chain.address_preimages AS preimages ON (token_address = preimages.address AND preimages.context_identifier = 'oasis-runtime-sdk/address: secp256k1eth' AND preimages.context_version = 0)
JOIN holders USING (token_address)
Expand Down

0 comments on commit 33d9239

Please sign in to comment.