From a468fd43993733d7ad89c14d038d91e88e12f611 Mon Sep 17 00:00:00 2001 From: Sonic Date: Fri, 12 Oct 2018 15:02:33 +0800 Subject: dex: network: implement the network interface --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'params') diff --git a/params/config.go b/params/config.go index 33e1f6562..c0cf782a6 100644 --- a/params/config.go +++ b/params/config.go @@ -119,7 +119,7 @@ var ( // adding flags to the config to also have to set these fields. AllCliqueProtocolChanges = &ChainConfig{big.NewInt(1337), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, nil, &CliqueConfig{Period: 0, Epoch: 30000}, nil} - TestChainConfig = &ChainConfig{big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, new(EthashConfig), nil, nil} + TestChainConfig = &ChainConfig{big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, new(EthashConfig), nil, &DexconConfig{}} TestRules = TestChainConfig.Rules(new(big.Int)) ) -- cgit v1.2.3