Skip to content

Commit

Permalink
update wiki
Browse files Browse the repository at this point in the history
close #1355
  • Loading branch information
0xalpharush authored Dec 2, 2022
1 parent b96beea commit 15774ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/operations/missing_events_arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MissingEventsArithmetic(AbstractDetector):
}
}
```
`updateOwner()` has no event, so it is difficult to track off-chain changes in the buy price.
`setBuyPrice()` does not emit an event, so it is difficult to track changes in value of `buyPrice` off-chain.
"""
# endregion wiki_exploit_scenario

Expand Down

0 comments on commit 15774ee

Please sign in to comment.