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
Hey all,
I'm finishing this lesson and just now realized the following: Shouldn't retrieveLatestEthPrice() be in EthPriceOracle.js instead of Client.js.
retrieveLatestEthPrice()
EthPriceOracle.js
Client.js
If so, I can fix it if you guys want. I'm pretty sure it is in the wrong place, just want to make sure before I do anything.
Edit: This is in Chapter 12. Forgot to mention.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey all,
I'm finishing this lesson and just now realized the following: Shouldn't
retrieveLatestEthPrice()
be inEthPriceOracle.js
instead ofClient.js
.If so, I can fix it if you guys want. I'm pretty sure it is in the wrong place, just want to make sure before I do anything.
Edit: This is in Chapter 12. Forgot to mention.
The text was updated successfully, but these errors were encountered: