From 6efb418c13aab7535b974014946fc4e9af94e405 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 16 Jan 2019 18:30:55 +0800 Subject: params: update testnet dMoment --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 01126a94d..6203dc73b 100644 --- a/params/config.go +++ b/params/config.go @@ -83,7 +83,7 @@ var ( // TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network. TestnetChainConfig = &ChainConfig{ ChainID: big.NewInt(238), - DMoment: 1547608200, + DMoment: 1547635100, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, -- cgit v1.2.3