Skip to content

Commit

Permalink
Clarify comment in processFullWithdrawal
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealexc committed Oct 12, 2023
1 parent 348f748 commit 55964b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contracts/pods/EigenPod.sol
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ contract EigenPod is IEigenPod, Initializable, ReentrancyGuardUpgradeable, Eigen
withdrawableRestakedExecutionLayerGwei += amountToQueueGwei;

/**
* Next, calculate the change in number of shares this validator is backing.
* - Anything immediately withdrawn isn't being backed
* - Anything that needs to go through the withdrawal queue is backed
* Next, calculate the change in number of shares this validator is "backing":
* - Anything that needs to go through the withdrawal queue IS backed
* - Anything immediately withdrawn IS NOT backed
*
* This means that this validator is currently backing `amountToQueueGwei` shares.
*/
Expand Down

0 comments on commit 55964b9

Please sign in to comment.