added update reachability to modifiers

pull/2305/head
Tigran Avagyan 1 year ago committed by GitHub
parent dded959beb
commit c1a1675259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      slither/solc_parsing/declarations/modifier.py

@ -92,7 +92,9 @@ class ModifierSolc(FunctionSolc):
self._rewrite_ternary_as_if_else()
self._remove_alone_endif()
if self._function.entry_point:
self._update_reachability(self._function.entry_point)
# self._analyze_read_write()
# self._analyze_calls()

Loading…
Cancel
Save