Allow more gas.

pull/1/head
chriseth 9 years ago
parent a2bd811a84
commit 9f3d5eaeeb
  1. 2
      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
});

Loading…
Cancel
Save