From 9f3d5eaeeb488607938b831df071d520fe78765f Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 30 Sep 2015 15:29:01 +0200 Subject: [PATCH] Allow more gas. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3e78fb3466..40db36629a 100644 --- a/index.html +++ b/index.html @@ -414,7 +414,7 @@ THE SOFTWARE. var tx = new EthVm.Transaction({ nonce: new Buffer([nonce++]), //@todo count beyond 255 gasPrice: '01', - gasLimit: '3000000', + gasLimit: '3000000000', // plenty to: to, data: data });