update wiki title var

pull/822/head
Alexander Remie 4 years ago
parent c1aca4c956
commit 27805495f3
  1. 2
      slither/detectors/operations/unused_return_values_transfers.py

@ -20,7 +20,7 @@ class UnusedReturnValuesTransfers(AbstractDetector):
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#unused-return-transfers"
WIKI_TITLE = "Unused return"
WIKI_TITLE = "Unused return transfers"
WIKI_DESCRIPTION = (
"The return value of an external transfer/transferFrom call is not used"
)

Loading…
Cancel
Save