From 330dd9f5a39aa95f412f1e9126ab1c2cbd1d1839 Mon Sep 17 00:00:00 2001 From: chriseth Date: Sun, 4 Oct 2015 10:22:23 +0200 Subject: [PATCH] Increased deploy gas. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 40db36629a..f2d8b8c65f 100644 --- a/index.html +++ b/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);"+