aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test_util.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 14:07:17 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:19 +0800
commitd0f3b018bb0ff856fbd8eae9727149f1438e56a9 (patch)
treeb067819050d16e9b871cb53e2d2a2b7ca6361a07 /tests/vm_test_util.go
parent6267003986c9956359856b5f4e37304375b87411 (diff)
downloadgo-tangerine-d0f3b018bb0ff856fbd8eae9727149f1438e56a9.tar.gz
go-tangerine-d0f3b018bb0ff856fbd8eae9727149f1438e56a9.tar.zst
go-tangerine-d0f3b018bb0ff856fbd8eae9727149f1438e56a9.zip
tests: updates testadata
Diffstat (limited to 'tests/vm_test_util.go')
-rw-r--r--tests/vm_test_util.go2
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 {