Merge pull request #1554 from filecoin-project/feat/increase-gen-gas

increase gas limit during genesis generation
This commit is contained in:
Łukasz Magiera 2020-04-17 19:54:55 +02:00 committed by GitHub
commit a40872f74d

View File

@ -36,7 +36,7 @@ func doExecValue(ctx context.Context, vm *vm.VM, to, from address.Address, value
From: from,
Method: method,
Params: params,
GasLimit: 1000000,
GasLimit: 1_000_000_000_000_000,
GasPrice: types.NewInt(0),
Value: value,
Nonce: act.Nonce,