Update README.md

This commit is contained in:
steinkirch.eth, phd 2023-06-19 08:24:56 -07:00 committed by GitHub
parent ef334243d7
commit 261490d26e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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