Skip to content

Commit

Permalink
Merge pull request #1406 from mds1/typo
Browse files Browse the repository at this point in the history
fix: text for too recent version
  • Loading branch information
montyly authored Oct 6, 2022
2 parents a008df7 + 2e105ee commit 463df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/attributes/incorrect_solc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class IncorrectSolc(AbstractDetector):
OLD_VERSION_TXT = "allows old versions"
LESS_THAN_TXT = "uses lesser than"

TOO_RECENT_VERSION_TXT = "necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7"
TOO_RECENT_VERSION_TXT = "necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.16"
BUGGY_VERSION_TXT = (
"is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)"
)
Expand Down

0 comments on commit 463df49

Please sign in to comment.