0x00000002 / rootcore

Apache License 2.0
0 stars 1 forks source link

modifier greaterThanZero not used #22

Open gabriel-canaan opened 6 years ago

gabriel-canaan commented 6 years ago

rootcore/blob/master/contracts/helpers/TestUtils.sol Line 14 modifier greaterThanZero(uint256 _amount) { require(amount > 0); ; }

gabriel-canaan commented 6 years ago

We suggest removing any extraneous code to keep contract concise.