Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSaplin committed Sep 28, 2023
1 parent 979c506 commit 45ce1ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zkbob/ZkBobCompoundingMixin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ abstract contract ZkBobCompoundingMixin is ZkBobPool {
return claimed;
}


function _claim(address yieldAddress, address interestReceiver, uint256 dust) internal returns (uint256) {
uint256 shares = IERC4626(yieldAddress).balanceOf(address(this));
uint256 lockedAssets = investedAssetsAmount + dust;
Expand All @@ -167,4 +166,4 @@ abstract contract ZkBobCompoundingMixin is ZkBobPool {

return claimAmount;
}
}
}

0 comments on commit 45ce1ff

Please sign in to comment.