Commit ec718645 authored by chriseth's avatar chriseth

Merge pull request #22 from chriseth/deployGas

Increased deploy gas.
parents f778535b 330dd9f5
...@@ -270,7 +270,7 @@ THE SOFTWARE. ...@@ -270,7 +270,7 @@ THE SOFTWARE.
code += "\n {"+ code += "\n {"+
"\n from: web3.eth.accounts[0], "+ "\n from: web3.eth.accounts[0], "+
"\n data: '"+bytecode+"', "+ "\n data: '"+bytecode+"', "+
"\n gas: 1000000"+ "\n gas: 3000000"+
"\n }, function(e, contract){"+ "\n }, function(e, contract){"+
"\n if (typeof contract.address != 'undefined') {"+ "\n if (typeof contract.address != 'undefined') {"+
"\n console.log(e, contract);"+ "\n console.log(e, contract);"+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment