aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-14 21:09:28 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:01 +0800
commit822aea617fd7508db5c674e033428f76df548535 (patch)
tree9c7bf6711205f27f264a1ac0c8a5c665f66c9b5f
parent86ff3df761adde9884b39146d7c199e34e06cfbe (diff)
downloaddexon-822aea617fd7508db5c674e033428f76df548535.tar
dexon-822aea617fd7508db5c674e033428f76df548535.tar.gz
dexon-822aea617fd7508db5c674e033428f76df548535.tar.bz2
dexon-822aea617fd7508db5c674e033428f76df548535.tar.lz
dexon-822aea617fd7508db5c674e033428f76df548535.tar.xz
dexon-822aea617fd7508db5c674e033428f76df548535.tar.zst
dexon-822aea617fd7508db5c674e033428f76df548535.zip
params: update testnet dMoment
-rw-r--r--params/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 66d540063..5074b9a82 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: 1547462100,
+ DMoment: 1547471400,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,