This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Contract creation using web3 doesn't give return address #855
Labels
F2-bug 🐞
The client fails to follow expected behavior.
Using web3.js (e.g. through chriseth's crowser solidity), you can make a contract ok (if you doctor the data's hex to have
0x
at the front), but the address given by the callback is null:The contract is created anyway.
The text was updated successfully, but these errors were encountered: