diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-14 21:09:28 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | d71e6191396db2b8e6aab008e4ddce5baefb81d1 (patch) | |
tree | fcd96349c647ba4eb4e173440621973ebe0ba854 | |
parent | 2fc7f8878544bb7b46ce8357a64b9e920195a243 (diff) | |
download | dexon-d71e6191396db2b8e6aab008e4ddce5baefb81d1.tar.gz dexon-d71e6191396db2b8e6aab008e4ddce5baefb81d1.tar.zst dexon-d71e6191396db2b8e6aab008e4ddce5baefb81d1.zip |
params: update testnet dMoment
-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 8f9cf583b..fc41d305f 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, |