Skip to content

Commit

Permalink
update comments for v13 mainnet
Browse files Browse the repository at this point in the history
update comments for v13 mainnet
  • Loading branch information
zachhildreth authored Dec 9, 2021
1 parent a85c61a commit 56b8963
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ static const struct {
{ 12, 281000, 0, 1549310115 },

// version 13 starts from block 800000, which is on or around Feb 04, 2021. This version changes the consensus mechanism from proof of work to delegated proof of privacy stake (DPOPS), changes the block time from 2 to 5 minutes, and double the block reward.
{ 13, 800000, 0, 1561310115 },

// version 14 starts from block 880000, which is on or around Jan 08, 2022. This version is dpops testnet
{ 14, HF_BLOCK_HEIGHT_PROOF_OF_STAKE, 0, 1601310115 },
{ 13, HF_BLOCK_HEIGHT_PROOF_OF_STAKE, 0, 1561310115 },
};
static const uint64_t mainnet_hard_fork_version_1_till = 1;

Expand Down

0 comments on commit 56b8963

Please sign in to comment.