diff --git a/slither/core/declarations/function.py b/slither/core/declarations/function.py index cb21ff8854..8983769cc8 100644 --- a/slither/core/declarations/function.py +++ b/slither/core/declarations/function.py @@ -1724,6 +1724,6 @@ def update_read_write_using_ssa(self): ################################################################################### def __str__(self): - return self._name + return self.name # endregion