Commit 6c742368 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #91 from Denton-L/44-revised

Incrementing default gas limit
parents f7256421 4438cf7c
......@@ -216,7 +216,7 @@ function Renderer (editor, executionContext, 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