aboutsummaryrefslogtreecommitdiffstats
path: root/tests/difficulty_test.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 14:07:17 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commit3d3112c92ffa7f7bf32705c682c6b9b8541b8348 (patch)
tree17194e31f13e8d77809d0344109f4e19f54ea036 /tests/difficulty_test.go
parent39d08a8ae65a37adfb774fdbf6e0f6247e94bda5 (diff)
downloaddexon-3d3112c92ffa7f7bf32705c682c6b9b8541b8348.tar.gz
dexon-3d3112c92ffa7f7bf32705c682c6b9b8541b8348.tar.zst
dexon-3d3112c92ffa7f7bf32705c682c6b9b8541b8348.zip
tests: updates testadata
Diffstat (limited to 'tests/difficulty_test.go')
-rw-r--r--tests/difficulty_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go
index 806ccf1b9..954687b46 100644
--- a/tests/difficulty_test.go
+++ b/tests/difficulty_test.go
@@ -55,8 +55,8 @@ func TestDifficulty(t *testing.T) {
dt.skipLoad("difficultyMorden\\.json")
dt.skipLoad("difficultyOlimpic\\.json")
- dt.config("Ropsten", *params.TestnetChainConfig)
- dt.config("Morden", *params.TestnetChainConfig)
+ dt.config("Ropsten", *params.EthereumTestnetChainConfig)
+ dt.config("Morden", *params.EthereumTestnetChainConfig)
dt.config("Frontier", params.ChainConfig{})
dt.config("Homestead", params.ChainConfig{
@@ -67,7 +67,7 @@ func TestDifficulty(t *testing.T) {
ByzantiumBlock: big.NewInt(0),
})
- dt.config("Frontier", *params.TestnetChainConfig)
+ dt.config("Frontier", *params.EthereumTestnetChainConfig)
dt.config("MainNetwork", mainnetChainConfig)
dt.config("CustomMainNetwork", mainnetChainConfig)
dt.config("Constantinople", params.ChainConfig{