Skip to content

Commit

Permalink
Merge pull request #2568 from crytic/fix/mapping-type-identifer-lookup
Browse files Browse the repository at this point in the history
fix: mapping to type value lookup with top-level constant
  • Loading branch information
montyly authored Oct 24, 2024
2 parents 80c7e85 + 0cfaa68 commit d0929a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/solc_parsing/solidity_types/type_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def parse_type(
scope = custom_error.contract.file_scope

sl = caller_context.compilation_unit
next_context = caller_context.slither_parser
next_context = caller_context
structures_direct_access = list(scope.structures.values())
all_structuress = [c.structures for c in scope.contracts.values()]
all_structures = [item for sublist in all_structuress for item in sublist]
Expand Down

0 comments on commit d0929a8

Please sign in to comment.