Update echidna.py

pull/763/head
Feist Josselin 4 years ago committed by GitHub
parent e63ca6c3df
commit f2fc1feec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      slither/printers/guidance/echidna.py

@ -34,6 +34,7 @@ from slither.slithir.variables import Constant
def _get_name(f: Union[Function, Variable]) -> str:
# Return the name of the function or variable
if isinstance(f, Function):
if f.is_fallback or f.is_receive:
return "()"

Loading…
Cancel
Save