Skip to content

Commit

Permalink
Block version 4 (Enforce BIP65 CHECKLOCKTIMEVERIFY)
Browse files Browse the repository at this point in the history
  • Loading branch information
giskardz committed Oct 8, 2017
1 parent b84e210 commit 9648340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CBlockHeader
{
public:
// header
static const int32_t CURRENT_VERSION=3;
static const int32_t CURRENT_VERSION=4;
int32_t nVersion;
uint256 hashPrevBlock;
uint256 hashMerkleRoot;
Expand Down

0 comments on commit 9648340

Please sign in to comment.