diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-24 16:08:01 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-24 16:12:52 +0800 |
commit | b643af7bc592979e177ee56284e5de7125416593 (patch) | |
tree | 5986f29ef60be01cdb8e96b9e844992243af437c | |
parent | c7dd1a1b622eba3e28944f9d00827b7c5fe57c4a (diff) | |
download | dexon-b643af7bc592979e177ee56284e5de7125416593.tar.gz dexon-b643af7bc592979e177ee56284e5de7125416593.tar.zst dexon-b643af7bc592979e177ee56284e5de7125416593.zip |
Update 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 8af497588..3197bf1ef 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: 1548249900, + DMoment: 1548318000, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |