Merge pull request #1554 from filecoin-project/feat/increase-gen-gas
increase gas limit during genesis generation
This commit is contained in:
commit
a40872f74d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user