Update README.md

This commit is contained in:
steinkirch.eth, phd 2023-06-19 09:16:09 -07:00 committed by GitHub
parent 1c1ccd7cb6
commit 81d3ceb4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
* **[reentrancy](reentrancy_attacks)**
* **[randomness in ethereum](random_numbers.md)**
* **[code injection via `delegatecall`](delegatecall)**
* **[unchecked math](overflow.md)**
* **[arithmetic errors](arithmetic_errors)**
* **[ddos attacks](ddos.md)**
* **[nonce reuse](nonce)**