OSDN Git Service

init delete the pow related (#55)
[bytom/vapor.git] / config / genesis.go
index c6cc02d..d25a78a 100644 (file)
@@ -48,9 +48,7 @@ func mainNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Nonce:     9253507043297,
                        Timestamp: 1524549600,
-                       Bits:      2161727821137910632,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -81,9 +79,7 @@ func testNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Nonce:     9253507043297,
                        Timestamp: 1528945000,
-                       Bits:      2305843009214532812,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -114,9 +110,7 @@ func soloNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Nonce:     9253507043297,
                        Timestamp: 1528945000,
-                       Bits:      2305843009214532812,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,