diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-16 18:30:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:56 +0800 |
commit | 4b309234c376b5d2fa083e00369683e35fa734b5 (patch) | |
tree | 892a66e30a276d1dbdb3650955bcd12eadd4681a /params | |
parent | 14ffec94e44640bf6acfc8ffe3a9b978356869f0 (diff) | |
download | dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar.gz dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar.bz2 dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar.lz dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar.xz dexon-4b309234c376b5d2fa083e00369683e35fa734b5.tar.zst dexon-4b309234c376b5d2fa083e00369683e35fa734b5.zip |
params: update testnet dMoment
Diffstat (limited to 'params')
-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 cee8bdf22..fdcd4f100 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, |