Consensys / Token-Factory

Basic Token Factory dapp.
478 stars 308 forks source link

repair ABI error of bytes in calldata #61

Open sekisamu opened 6 years ago

sekisamu commented 6 years ago

address.call() function won't automatically abi-encode the calldata, of the abi-encode way dynamic type like bytes is different from fixed ones, this will cause out of gas error.