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
convertToShares(amount) should be executed before the token transfer; otherwise, it mints less shares than it should (except the very first deposit).
convertToShares(amount)
yield-daddy/src/test/euler/mocks/EulerETokenMock.sol
Lines 28 to 34 in 27a67fd
The text was updated successfully, but these errors were encountered:
Fix suggestion: daejunpark@721cf4b
Sorry, something went wrong.
No branches or pull requests
convertToShares(amount)
should be executed before the token transfer; otherwise, it mints less shares than it should (except the very first deposit).yield-daddy/src/test/euler/mocks/EulerETokenMock.sol
Lines 28 to 34 in 27a67fd
The text was updated successfully, but these errors were encountered: