From a48ebe0d5802264e2ec1010cd1e8cf6ce1bd5fc1 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:24:29 -0700 Subject: [PATCH] Update README.md --- Smart-Contract-Security/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Smart-Contract-Security/README.md b/Smart-Contract-Security/README.md index ed71251..bd7179a 100644 --- a/Smart-Contract-Security/README.md +++ b/Smart-Contract-Security/README.md @@ -8,7 +8,6 @@ In this repository: * [Notes on reentrancy](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/blob/main/Smart-Contract-Security/reentrancy-notes.md) -* [Notes on frontrunning](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/blob/main/Smart-Contract-Security/frontrunning-notes.md) * [Notes on arithmetic bugs](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/blob/main/Smart-Contract-Security/arithmetic-bugs-notes.md) * [List of interesting hacks](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/blob/main/Smart-Contract-Security/real-case-hacks.md) * [A guide for pentesting](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/blob/main/Smart-Contract-Security/pentesting.md)