We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f5694 commit bc07da5Copy full SHA for bc07da5
crytic_compile/platform/etherscan.py
@@ -153,7 +153,7 @@ def _handle_multiple_files(
153
for filename, source_code in source_codes.items():
154
path_filename = PurePosixPath(filename)
155
# https://etherscan.io/address/0x19bb64b80cbf61e61965b0e5c2560cc7364c6546#code has an import of erc721a/contracts/ERC721A.sol
156
- # if the full path is lost then won't compile
+ # if the full path is lost then won't compile
157
if "contracts" == path_filename.parts[0] and not filename.startswith("@"):
158
path_filename = PurePosixPath(
159
*path_filename.parts[path_filename.parts.index("contracts") :]
0 commit comments