augmint-web icon indicating copy to clipboard operation
augmint-web copied to clipboard

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

Open phraktle opened this issue 6 years ago • 0 comments

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';

phraktle avatar Jul 03 '19 13:07 phraktle