OSDN Git Service

edit the config
authorpaladz <453256728@qq.com>
Thu, 20 Jun 2019 02:58:45 +0000 (10:58 +0800)
committerpaladz <453256728@qq.com>
Thu, 20 Jun 2019 02:58:45 +0000 (10:58 +0800)
config/genesis.go

index f714e7b..6b3ea7d 100644 (file)
@@ -93,7 +93,7 @@ func testNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1528945000000,
+                       Timestamp: 1561000000000,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -124,7 +124,7 @@ func soloNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1528945000000,
+                       Timestamp: 1561000000000,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,