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
For example, these two functions have the same name but different parameters:
https://github.com/defi-wonderland/xTokens/blob/dev/solidity/contracts/XERC20Lockbox.sol#L45-L65
The public state-changing methods context view only shows one deposit function, which always indicates the last occurrence.
deposit
Similarly, the external calls context only has one deposit function entry. That entry shows the external calls from both functions mixed together.
The text was updated successfully, but these errors were encountered:
ack 👍 - will be fixed in the next release.
Sorry, something went wrong.
fix cockpit view for overriden functions (#138)
d4f1b28
Successfully merging a pull request may close this issue.
For example, these two functions have the same name but different parameters:
https://github.com/defi-wonderland/xTokens/blob/dev/solidity/contracts/XERC20Lockbox.sol#L45-L65
The public state-changing methods context view only shows one
deposit
function, which always indicates the last occurrence.Similarly, the external calls context only has one
deposit
function entry. That entry shows the external calls from both functions mixed together.The text was updated successfully, but these errors were encountered: