diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-25 00:22:22 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-25 09:50:13 +0800 |
commit | d817f80e9e874ec2c3190ed443bfdc5a9b29d74e (patch) | |
tree | 51433d065cd1569ce2581f13fe7141a7433f1888 | |
parent | 0bb42a73d6e38f590cc61bf13a5cb9882c4ef6d8 (diff) | |
download | dexon-d817f80e9e874ec2c3190ed443bfdc5a9b29d74e.tar.gz dexon-d817f80e9e874ec2c3190ed443bfdc5a9b29d74e.tar.zst dexon-d817f80e9e874ec2c3190ed443bfdc5a9b29d74e.zip |
params: 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 3197bf1ef..1635e8124 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: 1548318000, + DMoment: 1548348360, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |