-
Notifications
You must be signed in to change notification settings - Fork 320
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: performanceFee error #348
Conversation
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.
@steffenix Did we miss this one in #328?
We missed that I have made a mistake and added vault |
@zgfzgf can you take care of changing |
@steffenix why? |
https://github.com/yearn/yearn-vaults/blob/master/contracts/Vault.vy#L479
|
assert self.strategies[strategy].performanceFee + self.performanceFee <= MAX_BPS so in func setPerformanceFee |
You have a typo on the commit message |
1aa6def
to
afb176a
Compare
* fix: performanceFee error * fix: performace fee test * fix: management fee * fix: set management fee
* fix: performanceFee error * fix: performace fee test * fix: management fee * fix: set management fee
* fix: performanceFee error * fix: performace fee test * fix: management fee * fix: set management fee
#347