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,
|
From: from,
|
||||||
Method: method,
|
Method: method,
|
||||||
Params: params,
|
Params: params,
|
||||||
GasLimit: 1000000,
|
GasLimit: 1_000_000_000_000_000,
|
||||||
GasPrice: types.NewInt(0),
|
GasPrice: types.NewInt(0),
|
||||||
Value: value,
|
Value: value,
|
||||||
Nonce: act.Nonce,
|
Nonce: act.Nonce,
|
||||||
|
Loading…
Reference in New Issue
Block a user