Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix account tracker optimization (#8936)
An optimization in `account-tracker.js` was being skipped consistently due to a type error (a number was being compared to a string). The optimization in this case was to update the balances for all accounts with a single request, rather than one request per account.
- Loading branch information