aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-14 21:09:28 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:21 +0800
commitb78a7e2cdfb2240a5401d430c165ca3be100e03c (patch)
treef3fc855960c9d966cbbac6b740dbbdaf032b3ad4 /params
parentf587289bc3d5f679c6e92acb817a40a88a19e970 (diff)
downloadgo-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar.gz
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar.bz2
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar.lz
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar.xz
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.tar.zst
go-tangerine-b78a7e2cdfb2240a5401d430c165ca3be100e03c.zip
params: update testnet dMoment
Diffstat (limited to 'params')
-rw-r--r--params/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 843ffdc92..e8b2f5df0 100644
--- a/params/config.go
+++ b/params/config.go
@@ -90,7 +90,7 @@ var (
// TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network.
TestnetChainConfig = &ChainConfig{
ChainID: big.NewInt(238),
- DMoment: 1547462100,
+ DMoment: 1547471400,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,