Skip to content

Commit d040f12

Browse files
vovikhangcdvelopez
andauthored
Update crytic_compile/platform/etherscan.py
Co-authored-by: Emilio López <[email protected]>
1 parent 9da2b04 commit d040f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def compile(self, crytic_compile: "CryticCompile", **kwargs: str) -> None:
298298
if "message" not in info:
299299
LOGGER.error("Incorrect etherscan request")
300300
raise InvalidCompilation("Incorrect etherscan request " + etherscan_url)
301-
301+
302302
if not info["message"].startswith("OK") and "Invalid API Key" in info["result"]:
303303
LOGGER.error("Invalid etherscan API Key")
304304
raise InvalidCompilation("Invalid etherscan API Key: " + etherscan_url)

0 commit comments

Comments
 (0)