Skip to content

Commit

Permalink
Merge pull request #522 from oasisprotocol/andrew7234/evm-token-nit
Browse files Browse the repository at this point in the history
fix typo in evm_tokens query
  • Loading branch information
Andrew7234 authored Sep 21, 2023
2 parents 1eca196 + 60afa5d commit 2e85869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ var (
RuntimeEVMTokenDownloadedTotalSupplyUpdate = `
UPDATE chain.evm_tokens
SET
total_supply = $3,
total_supply = $3
WHERE
runtime = $1 AND
token_address = $2`
Expand Down

0 comments on commit 2e85869

Please sign in to comment.