diff --git a/slither/solc_parsing/solidity_types/type_parsing.py b/slither/solc_parsing/solidity_types/type_parsing.py index 65b3ea3ed..9a8ef5db2 100644 --- a/slither/solc_parsing/solidity_types/type_parsing.py +++ b/slither/solc_parsing/solidity_types/type_parsing.py @@ -397,7 +397,7 @@ def parse_type( name = renaming[name] if name in user_defined_types: return user_defined_types[name] - type_found = _find_from_type_name( + type_found = _find_from_type_name( name, functions, contracts,