fix: slither
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"filter_paths": "lib"
|
"filter_paths": "lib|node_modules"
|
||||||
}
|
}
|
||||||
@@ -29,6 +29,7 @@ contract BalancerV2Executor is IExecutor {
|
|||||||
) = _decodeData(data);
|
) = _decodeData(data);
|
||||||
|
|
||||||
if (needsApproval) {
|
if (needsApproval) {
|
||||||
|
// slither-disable-next-line unused-return
|
||||||
tokenIn.approve(VAULT, givenAmount);
|
tokenIn.approve(VAULT, givenAmount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user