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

Incorrect Natspec #435

Closed
DhairyaSethi opened this issue Jan 2, 2025 · 0 comments · Fixed by #436
Closed

Incorrect Natspec #435

DhairyaSethi opened this issue Jan 2, 2025 · 0 comments · Fixed by #436

Comments

@DhairyaSethi
Copy link
Member

DhairyaSethi commented Jan 2, 2025

/**
* @notice Returns maximum value that can be assigned to GHO borrow rate.
* @return The maximum value that can be assigned to GHO borrow rate in ray (e.g. 0.01e27 results in 1.0%)
*/
function GHO_BORROW_RATE_MAX() external view returns (uint32);

This value (GHO_BORROW_RATE_MAX) is stored & utilised in BPS rather than RAY.

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 a pull request may close this issue.

1 participant