ethereum / ethereum-org

[ARCHIVED] ethereum.org website from 2016-2019. See https://github.com/ethereum/ethereum-org-website for current version.
GNU Lesser General Public License v3.0
408 stars 1.39k forks source link

make transfer func compatible to eip20 standard #859

Closed p0n1 closed 6 years ago

p0n1 commented 6 years ago

As discussed in https://github.com/ethereum/solidity/issues/4116 Due to solidity compiler change after v0.4.22, this wrong transfer function will cause serious issues. We (SECBIT.IO) found many people followed this tutorial on ethereum.org. SHOULD fix this ASAP!

evertonfraga commented 6 years ago

Good catch!