Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: format comment
Browse files Browse the repository at this point in the history
xenide committed Dec 31, 2024
1 parent df975da commit 3596ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asset-management/EulerV2Manager.sol
Original file line number Diff line number Diff line change
@@ -276,8 +276,8 @@ contract EulerV2Manager is IAssetManager, Owned(msg.sender), RGT {
aTokens[i],
msg.sender,
// the amounts specified in the argument might not be the actual amounts disimbursed by the distributor,
// due to the possibility of having done the claim previously thus it is necessary to use balanceOf
// to transfer the correct amount
// due to the possibility of having done the claim previously
// thus it is necessary to use `balanceOf` to transfer the correct amount
IERC20(aTokens[i]).balanceOf(address(this))
);
}

0 comments on commit 3596ae0

Please sign in to comment.