Incrementing default gas limit

This is a resubmission of #44, but with the code moved to `renderer.js`
from `app.js`.
pull/1/head
Denton Liu 9 years ago
parent 3eff4cf886
commit 4438cf7c67
  1. 2
      src/app/renderer.js

@ -218,7 +218,7 @@ function Renderer (editor, compiler, updateFiles) {
code += '\n {' +
'\n from: web3.eth.accounts[0], ' +
'\n data: \'' + bytecode + '\', ' +
'\n gas: 3000000' +
'\n gas: 4700000' +
'\n }, function (e, contract){' +
'\n console.log(e, contract);' +
'\n if (typeof contract.address !== \'undefined\') {' +

Loading…
Cancel
Save