simplify reentrancyGuard

This commit is contained in:
mingda
2020-07-24 01:50:48 +08:00
parent 03a6d6ed85
commit 8b9614c7b4
2 changed files with 6 additions and 11 deletions

View File

@@ -10,5 +10,4 @@ pragma experimental ABIEncoderV2;
library Types {
enum RStatus {ONE, ABOVE_ONE, BELOW_ONE}
enum EnterStatus {ENTERED, NOT_ENTERED}
}