OSDN Git Service

edit the config edit_config
authorpaladz <453256728@qq.com>
Thu, 20 Jun 2019 03:00:10 +0000 (11:00 +0800)
committerpaladz <453256728@qq.com>
Thu, 20 Jun 2019 03:00:10 +0000 (11:00 +0800)
config/genesis.go

index 20523b0..cbf98db 100644 (file)
@@ -62,7 +62,7 @@ func mainNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1561000000000,
+                       Timestamp: 1561000000002,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -93,7 +93,7 @@ func testNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1561000000000,
+                       Timestamp: 1561000000001,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,