Consensys / Tokens

Ethereum Token Contracts
MIT License
2.06k stars 1.19k forks source link

Problem with a error and compiler version #136

Closed rvmvmvm closed 6 years ago

rvmvmvm commented 6 years ago

Does anybody know how to fix the following error?: captura

maurelian commented 6 years ago

I think you might be using an older version of the compiler that doesn't understand the emit kw. Try using a newer version. You might need to update the other contracts to get them all to the same compiler version compatibility.