From f0220b5e446777792f77a5fe4da03c1b773702b5 Mon Sep 17 00:00:00 2001 From: Sowmay Jain Date: Sat, 2 May 2020 10:20:47 +1000 Subject: [PATCH] added one more requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3e59b..46fd9b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ## Requirements -- Should not have delegate call in it. +- The contracts should not have delegate call in it. + +- - The contracts should not have `SelfDestruct()` function. - Use `uint(-1)` for maximum amount everywhere.