Commit 4438cf7c authored by Denton Liu's avatar Denton Liu

Incrementing default gas limit

This is a resubmission of #44, but with the code moved to `renderer.js` from `app.js`.
parent 3eff4cf8
......@@ -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\') {' +
......
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