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: typo #717

Merged
merged 5 commits into from
Nov 3, 2022
Merged

fix: typo #717

merged 5 commits into from
Nov 3, 2022

Conversation

Bojidar00
Copy link
Contributor

Closes: #700

@miguelmtzinf
Copy link
Contributor

Thanks for the fix @Bojidar00 !

@The-3D
Copy link
Contributor

The-3D commented Oct 24, 2022

can we point this to the 3.0.1 branch?

@Bojidar00 Bojidar00 changed the base branch from master to feat/3.0.1 October 26, 2022 09:36
function calculateInterestRates(DataTypes.CalculateInterestRatesParams calldata params)
external
function calculateInterestRates(DataTypes.CalculateInterestRatesParams memory params)
public
Copy link
Collaborator

Choose a reason for hiding this comment

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

@miguelmtzinf is it needed?

Copy link
Contributor

Choose a reason for hiding this comment

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

These changes are already part of the code (github is not calculating the diff correctly). They have been introduced per BGD's request (for the V2-V3 migration).
Here PRs: #721 and #712

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.

Typo in IPool.sol
5 participants