fix: slither

This commit is contained in:
royvardhan
2025-01-28 22:38:26 +05:30
parent 877f625efc
commit 7a83eddc92
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ contract BalancerV2Executor is IExecutor {
) = _decodeData(data);
if (needsApproval) {
// slither-disable-next-line unused-return
tokenIn.approve(VAULT, givenAmount);
}