From b48202a1a11ae65b2938211d94ab44a0d825a948 Mon Sep 17 00:00:00 2001 From: oysheng <33340252+oysheng@users.noreply.github.com> Date: Mon, 8 Jul 2019 16:14:37 +0800 Subject: [PATCH] modify timestamp (#252) --- config/genesis.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/genesis.go b/config/genesis.go index 8cd53259..501e3e6f 100644 --- a/config/genesis.go +++ b/config/genesis.go @@ -74,7 +74,7 @@ func mainNetGenesisBlock() *types.Block { BlockHeader: types.BlockHeader{ Version: 1, Height: 0, - Timestamp: 1561600800002, + Timestamp: 1562571063002, BlockCommitment: types.BlockCommitment{ TransactionsMerkleRoot: merkleRoot, TransactionStatusHash: txStatusHash, @@ -105,7 +105,7 @@ func testNetGenesisBlock() *types.Block { BlockHeader: types.BlockHeader{ Version: 1, Height: 0, - Timestamp: 1561600800001, + Timestamp: 1562571063001, BlockCommitment: types.BlockCommitment{ TransactionsMerkleRoot: merkleRoot, TransactionStatusHash: txStatusHash, @@ -136,7 +136,7 @@ func soloNetGenesisBlock() *types.Block { BlockHeader: types.BlockHeader{ Version: 1, Height: 0, - Timestamp: 1561600800000, + Timestamp: 1562571063000, BlockCommitment: types.BlockCommitment{ TransactionsMerkleRoot: merkleRoot, TransactionStatusHash: txStatusHash, -- 2.11.0