Merge pull request #1487 from crytic/update-missing-events-wiki

update missing events wiki
pull/1510/head
Feist Josselin 2 years ago committed by GitHub
commit f3fc106e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/detectors/operations/missing_events_arithmetic.py

@ -42,7 +42,7 @@ contract C {
}
}
```
`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 the value of `buyPrice` off-chain.
"""
# endregion wiki_exploit_scenario

Loading…
Cancel
Save