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

Fix: [L04] Used assets’ addresses are hidden from users #166

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

haythemsellami
Copy link
Member

No description provided.

@haythemsellami haythemsellami changed the base branch from master to dev August 14, 2020 13:14
@haythemsellami haythemsellami self-assigned this Aug 14, 2020
address internal zrx;

mapping(address => bool) public isCtoken;
mapping(address => address) public assetToCtokens;

// The Oracle used for the contract
CompoundOracleInterface public priceOracle;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also have a function to be able to reset the oracle address?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah can add it in another PR, this one only for fixing specific issue.

@haythemsellami haythemsellami merged commit 13489f9 into dev Aug 15, 2020
@haythemsellami haythemsellami deleted the audit-fix/L04 branch August 15, 2020 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants