diff options
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index 0d53cce57..04289f498 100644 --- a/params/config.go +++ b/params/config.go @@ -82,7 +82,7 @@ var ( // TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network. TestnetChainConfig = &ChainConfig{ ChainID: big.NewInt(238), - DMoment: 1548124200, + DMoment: 1548220800, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |