mirror of https://github.com/embarklabs/embark.git
compatbility fix for latest geth
This commit is contained in:
parent
fb1097b191
commit
361e1ec94a
|
@ -113,7 +113,7 @@ Deploy.prototype.deployContract = function(contract, params, callback) {
|
|||
contractParams.push({
|
||||
//from: this.web3.eth.coinbase,
|
||||
from: accounts[0],
|
||||
data: contract.code,
|
||||
data: "0x" + contract.code,
|
||||
gas: contract.gas,
|
||||
gasPrice: contract.gasPrice
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue