-
Notifications
You must be signed in to change notification settings - Fork 587
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: typos #715
Fix: typos #715
Conversation
fix: Modify interface versions to support all minor 0.8.x vers
Make DefaultInterestRateStrategy contract inheritable
Fix: typos
can we point this to the 3.0.1 branch? |
@The-3D Is it the correct branch now? aave:feat/3.0.1 |
function calculateInterestRates(DataTypes.CalculateInterestRatesParams calldata params) | ||
external | ||
function calculateInterestRates(DataTypes.CalculateInterestRatesParams memory params) | ||
public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miguelmtzinf is it needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github's diff is broken. These changes are already part of the codebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @omahs for your work!
Fix: typos