truffle-box / metacoin-box

MetaCoin smart contracts example box
MIT License
123 stars 93 forks source link

Invalid syntax on version 0.4.18 #8

Closed igormuba closed 5 years ago

igormuba commented 5 years ago

Tried to compile and had to change the constructor and the emit because they apparently are not valid syntax on Solidity 0.4.18, either had to change the version or the syntax used in those 2 lines

eggplantzzz commented 5 years ago

Thanks for the PR! I think we are going to go ahead and update the pragma statements to use a newer version of solidity.

eggplantzzz commented 5 years ago

Closing this as we updated the solidity files to use ^0.5.0.