increase gas limit during genesis generation
This commit is contained in:
parent
8a83415596
commit
16347270e0
@ -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