Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Jan 27, 2024
1 parent df0613a commit a8e3448
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 @@ -484,7 +484,7 @@ var (
GROUP BY 1, 2
)
INSERT INTO chain.runtime_accounts as accts (runtime, address, total_received)
SELECT runtime, sender, total_received FROM agg
SELECT runtime, receiver, total_received FROM agg
ON CONFLICT (runtime, address) DO UPDATE
SET total_received = EXCLUDED.total_received`

Expand Down

0 comments on commit a8e3448

Please sign in to comment.