diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-16 13:07:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:56 +0800 |
commit | 60c1661d9f5bc1a15812ead86d7f8d9d4a3da52e (patch) | |
tree | 6588e0255695656d14ae1f66f729ff4442459cfe /params | |
parent | 4fc2bc2a75e0a5900a0481221f7e48c1f21a4368 (diff) | |
download | dexon-60c1661d9f5bc1a15812ead86d7f8d9d4a3da52e.tar.gz dexon-60c1661d9f5bc1a15812ead86d7f8d9d4a3da52e.tar.zst dexon-60c1661d9f5bc1a15812ead86d7f8d9d4a3da52e.zip |
vendor: sync to latest core (#154)
* vendor: sync to latest core with BA3.0
* params: Update 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 5074b9a82..cee8bdf22 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: 1547471400, + DMoment: 1547608200, HomesteadBlock: big.NewInt(0), DAOForkBlock: nil, DAOForkSupport: true, |