diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 14:07:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 928b22db61660ea4e68a0ae99e0392a27cc1cfc1 (patch) | |
tree | 14d6ad4e9f8ade49c2e41b63e82a24258b7c3a3f /tests/vm_test_util.go | |
parent | 283290ed6309a7681f1eafb628602513d4f3aee2 (diff) | |
download | dexon-928b22db61660ea4e68a0ae99e0392a27cc1cfc1.tar.gz dexon-928b22db61660ea4e68a0ae99e0392a27cc1cfc1.tar.zst dexon-928b22db61660ea4e68a0ae99e0392a27cc1cfc1.zip |
tests: updates testadata
Diffstat (limited to 'tests/vm_test_util.go')
-rw-r--r-- | tests/vm_test_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go index 84a89db5c..d79d18fbf 100644 --- a/tests/vm_test_util.go +++ b/tests/vm_test_util.go @@ -143,7 +143,7 @@ func (t *VMTest) newEVM(statedb *state.StateDB, vmconfig vm.Config) *vm.EVM { GasPrice: t.json.Exec.GasPrice, } vmconfig.NoRecursion = true - return vm.NewEVM(context, statedb, params.MainnetChainConfig, vmconfig) + return vm.NewEVM(context, statedb, params.EthereumMainnetChainConfig, vmconfig) } func vmTestBlockHash(n uint64) common.Hash { |