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

gov-portal-helper: fix incorrect initialized boolean var #188

Merged
merged 3 commits into from Jul 25, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Next

set initialized to true after init completes

  • Loading branch information
hrharder committed Jul 25, 2019
commit fc2d65d2aada634fae43b57f1a723f3f6bca83f6
@@ -325,6 +325,7 @@ class Gov {
await this._processListing(listing);
}
this.kosu.eventEmitter.getFutureDecodedLogs(this.initBlock + 1, this._handleEvents.bind(this));
this.initialized = true;
}

/**
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.