Increased deploy gas.

pull/1/head
chriseth 9 years ago
parent f778535b0a
commit 330dd9f5a3
  1. 2
      index.html

@ -270,7 +270,7 @@ THE SOFTWARE.
code += "\n {"+
"\n from: web3.eth.accounts[0], "+
"\n data: '"+bytecode+"', "+
"\n gas: 1000000"+
"\n gas: 3000000"+
"\n }, function(e, contract){"+
"\n if (typeof contract.address != 'undefined') {"+
"\n console.log(e, contract);"+

Loading…
Cancel
Save