We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chapter 15 (How to Build an Oracle - Part 2) contains the following code in the default workspace
the code within:
oracleContract.events.SetLatestEthPriceEvent(async (err, event) => {
has:
if (err) { console.error('Error on event', err) return } // Do something })
however it expects:
if (err) console.error('Error on event', err)
changing the evaluator to accept either the first or change the default workspace to include the newer one would help solve the issue
The text was updated successfully, but these errors were encountered:
This is a problem in a lot of Lesson 15 chapters and rather frustrating.
Sorry, something went wrong.
No branches or pull requests
Chapter 15 (How to Build an Oracle - Part 2) contains the following code in the default workspace
the code within:
has:
however it expects:
changing the evaluator to accept either the first or change the default workspace to include the newer one would help solve the issue
The text was updated successfully, but these errors were encountered: