diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-16 13:07:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 13:07:20 +0800 |
commit | 902b1cfe2bc1f5615c179b171f1eae4f87516f62 (patch) | |
tree | d84e414a2b73600650d1d729a5e9e6a49e9d11c6 /params/config.go | |
parent | b823aedb9bb355439538afe0dfb025f3c1943c82 (diff) | |
download | dexon-902b1cfe2bc1f5615c179b171f1eae4f87516f62.tar.gz dexon-902b1cfe2bc1f5615c179b171f1eae4f87516f62.tar.zst dexon-902b1cfe2bc1f5615c179b171f1eae4f87516f62.zip |
vendor: sync to latest core (#154)
* vendor: sync to latest core with BA3.0
* params: Update 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 4072b06c6..01126a94d 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, |