Add missing space in WIKI_EXPLOIT_SCENARIO in missing_zero_address_validation.py
pull/1037/head
GitHubPang 3 years ago committed by GitHub
parent de0d526cfd
commit 4e264cd353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/detectors/operations/missing_zero_address_validation.py

@ -40,7 +40,7 @@ contract C {
}
}
```
Bob calls `updateOwner` without specifying the `newOwner`, soBob loses ownership of the contract.
Bob calls `updateOwner` without specifying the `newOwner`, so Bob loses ownership of the contract.
"""
# endregion wiki_exploit_scenario

Loading…
Cancel
Save