-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove update_count from find_account_onchain_fees
update_count is just the count of the records for a tx. To calculate onchain fees for an account we must sum all credits vs debits. We don't need to GROUP BY update_count nor ORDER BY update_count since it is just a running index of updates to this tx.
- Loading branch information
Showing
2 changed files
with
3 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters