Skip to content

Commit

Permalink
Merge pull request #108 from VitaeTeam/rel-4.6.3
Browse files Browse the repository at this point in the history
Changes for v4.6.3
  • Loading branch information
tohsnoom committed Mar 22, 2021
2 parents f4c80d5 + 47522c9 commit 13ff94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/block.h
Expand Up @@ -27,7 +27,7 @@ class CBlockHeader
{
public:
// header
static const int32_t CURRENT_VERSION=6; //!> Version 6 supports V2 Stake Modifiers
static const int32_t CURRENT_VERSION=7; //!> Version 7 supports V2 Stake Modifiers
int32_t nVersion;
uint256 hashPrevBlock;
uint256 hashMerkleRoot;
Expand Down

0 comments on commit 13ff94c

Please sign in to comment.