diff --git a/vulnerabilities/use-of-deprecated-functions.md b/vulnerabilities/use-of-deprecated-functions.md index 7c81533..74943a3 100644 --- a/vulnerabilities/use-of-deprecated-functions.md +++ b/vulnerabilities/use-of-deprecated-functions.md @@ -6,7 +6,7 @@ Here is a *non-exhaustive* list of deprecated functions and alternatives. Many a | Deprecated | Alternatives | | :---------------------- | ------------------------: | -| `suicide(address)` | `selfdestruct(address)` | +| `suicide(address)`/`selfdestruct(address)` | N/A | | `block.blockhash(uint)` | `blockhash(uint)` | | `sha3(...)` | `keccak256(...)` | | `callcode(...)` | `delegatecall(...)` | @@ -18,4 +18,4 @@ Here is a *non-exhaustive* list of deprecated functions and alternatives. Many a ### Sources - https://swcregistry.io/docs/SWC-111 -- https://github.com/ethereum/solidity/releases \ No newline at end of file +- https://github.com/ethereum/solidity/releases