mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: explicitly rename testnet to ropsten
This commit is contained in:
parent
b482bebec3
commit
637e57ce51
1 changed files with 3 additions and 3 deletions
|
|
@ -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.RopstenChainConfig)
|
||||
dt.config("Morden", *params.RopstenChainConfig)
|
||||
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.RopstenChainConfig)
|
||||
dt.config("MainNetwork", mainnetChainConfig)
|
||||
dt.config("CustomMainNetwork", mainnetChainConfig)
|
||||
dt.config("Constantinople", params.ChainConfig{
|
||||
|
|
|
|||
Loading…
Reference in a new issue