From 989e87e81a9b0086148720a3193b3832a4e1ee7d Mon Sep 17 00:00:00 2001 From: Josselin Date: Wed, 21 Apr 2021 14:52:51 +0200 Subject: [PATCH] Fix minor --- slither/slithir/convert.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/slither/slithir/convert.py b/slither/slithir/convert.py index a4ce5e217..97c6134e6 100644 --- a/slither/slithir/convert.py +++ b/slither/slithir/convert.py @@ -1360,10 +1360,8 @@ def convert_type_of_high_and_internal_level_call(ir: Operation, contract: Contra for f in contract.functions if f.name == ir.function_name and f.contract_declarer.name == ir.contract_name - and not f.is_shadowed and len(f.parameters) == len(ir.arguments) ] - func = _find_function_from_parameter(ir, candidates) if not func: