Augmint / augmint-web

Augmint Web Frontend
http://www.augmint.org
GNU Affero General Public License v3.0
17 stars 8 forks source link

"care to help" should check if target address is a contract #683

Open phraktle opened 5 years ago

phraktle commented 5 years ago

We should only worry about zero ETH balance at recipient if it's a plain address.

const code = web3.eth.getCode(address);
const isPlainAddress = code === '0x';