diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-16 18:30:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 43725c1b0d053faa6a809650cb9ccd0221fe30eb (patch) | |
tree | 612f868c9b7b71866c4bc9a49a6bcaea1208310c /params/config.go | |
parent | b865a39372196ac4ea00944701f8c00714af43cd (diff) | |
download | dexon-43725c1b0d053faa6a809650cb9ccd0221fe30eb.tar.gz dexon-43725c1b0d053faa6a809650cb9ccd0221fe30eb.tar.zst dexon-43725c1b0d053faa6a809650cb9ccd0221fe30eb.zip |
params: update testnet dMoment
Diffstat (limited to 'params/config.go')
-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 97bc978c2..9c4a1ee96 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, |