fix gas parameter
This commit is contained in:
parent
f38d0e886c
commit
abfeef5595
|
@ -51,7 +51,7 @@ EmbarkJS.Contract.prototype.deploy = function(args) {
|
||||||
contractParams.push({
|
contractParams.push({
|
||||||
from: this.web3.eth.accounts[0],
|
from: this.web3.eth.accounts[0],
|
||||||
data: this.code,
|
data: this.code,
|
||||||
gasLimit: 500000,
|
gas: 500000,
|
||||||
gasPrice: 10000000000000
|
gasPrice: 10000000000000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue