Update comment

pull/1067/head
Bernhard Mueller 6 years ago
parent a15d38c8b2
commit 1faaf2a21d
  1. 2
      mythril/analysis/modules/integer.py

@ -79,7 +79,7 @@ class IntegerOverflowUnderflowModule(DetectionModule):
)
"""
Cache addresses for which overflows already have been detected.
Cache addresses for which overflows or underflows already have been detected.
"""
self._overflow_cache = {} # type: Dict[int, bool]

Loading…
Cancel
Save