-
Notifications
You must be signed in to change notification settings - Fork 28
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
Vaibhav/certora[L-01]/pla 723 remove split logic #162
Conversation
/// @return toTnft the payout to the T-NFT holder | ||
/// @return toBnft the payout to the B-NFT holder | ||
/// @return toTreasury the payout to the Treasury | ||
function getRewardsPayouts( |
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.
we wont need getRewardsPayouts
at all? looking at the implementation haha
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.
looks much cleaner now :) thx
src/EtherFiNode.sol
Outdated
@@ -277,52 +277,35 @@ contract EtherFiNode is IEtherFiNode, IERC1271 { | |||
mgr.completeQueuedWithdrawals(withdrawals, tokens, middlewareTimesIndexes, receiveAsTokens); | |||
} | |||
|
|||
/// @dev transfer funds from the withdrawal safe to the 4 associated parties (bNFT, tNFT, treasury, nodeOperator) | |||
/// @dev transfer funds from the withdrawal safe to the 4 associated parties (bNFT, tNFT) |
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.
2 associated
Pull Request
For Work In Progress Pull Requests, please use the Draft PR feature,
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.
Before submitting a Pull Request, please ensure you've done the following:
What type of PR is this? (check all applicable)
What part of our tech stack does this PR improve? (check all applicable)
Description
Related Tickets & Documents
For pull requests that relate or close an issue, please include them
below. We like to follow Github's guidance on linking issues to pull requests.
QA Instructions, Screenshots, Recordings
Please replace this line with instructions on how to test your changes.
Added/updated tests?
have not been included
[optional] Are there any post deployment tasks we need to perform?