Commit f778535b authored by chriseth's avatar chriseth

Merge pull request #18 from chriseth/moreGas

Allow more gas.
parents a2bd811a 9f3d5eae
......@@ -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
});
......
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