added one more requirement

This commit is contained in:
Sowmay Jain 2020-05-02 10:20:47 +10:00
parent e0f478c942
commit f0220b5e44

View File

@ -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.