-
Remove redundant require statements (#1409) · 6363a776
* Remove redundant require statements Now that SafeMath uses require, the require statements are redundant. They were also previously inconsistent because they were only included in some functions, but not others * Update ERC20.sol
Brendan Chou authored
×