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 d58edec commit 908032dCopy full SHA for 908032d
slither/detectors/variables/unused_state_variables.py
@@ -47,7 +47,7 @@ class UnusedStateVars(AbstractDetector):
47
IMPACT = DetectorClassification.INFORMATIONAL
48
CONFIDENCE = DetectorClassification.HIGH
49
50
- WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variables"
+ WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variable"
51
52
WIKI_TITLE = "Unused state variable"
53
WIKI_DESCRIPTION = "Unused state variable."
0 commit comments