Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected spelling mistakes #372

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/state-manager/AccountGlobals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class AccountGlobals {
// result.accounts.push(report)
// }
// }
// //TODO: SOON. PERF Disiable this in production or performance testing. (we need a global flag to specify if it is a release or debug build, could then implement this, along with turning off debug endpoints)
// //TODO: SOON. PERF Disable this in production or performance testing. (we need a global flag to specify if it is a release or debug build, could then implement this, along with turning off debug endpoints)
// this.stateManager.testAccountDataWrapped(accountData)

// result.accounts.sort(utils.sort_id_Asc)
Expand Down Expand Up @@ -241,7 +241,7 @@ class AccountGlobals {
}
}

//TODO: SOON. PERF Disiable this in production or performance testing. (we need a global flag to specify if it is a release or debug build, could then implement this, along with turning off debug endpoints)
//TODO: SOON. PERF Disable this in production or performance testing. (we need a global flag to specify if it is a release or debug build, could then implement this, along with turning off debug endpoints)
this.stateManager.testAccountDataWrapped(accountData)

result.accounts.sort(utils.sort_id_Asc)
Expand Down Expand Up @@ -277,7 +277,7 @@ class AccountGlobals {

/**
* getGlobalListEarly
* sync requires having knowlege of what accounts are global very early in the process.
* sync requires having knowledge of what accounts are global very early in the process.
* This will get an early global report (note does not have account data, just id,hash,timestamp)
*/
async getGlobalListEarly(syncFromArchiver: boolean = false): Promise<void> {
Expand Down