Consensys / Token-Factory

Basic Token Factory dapp.
478 stars 308 forks source link

Replace throw with revert() #54

Closed amazingandyyy closed 5 years ago

amazingandyyy commented 7 years ago

Refer to https://github.com/ethereum/solidity/issues/2118, and https://github.com/ethereum/solidity/issues/1793

throw is deprecated and suggest to use revert() instead.