BIP66 changeover logic

This commit is contained in:
Pieter Wuille
2015-01-19 18:37:21 -05:00
parent 092e9fe5fb
commit 5a47811da5
4 changed files with 15 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class CBlockHeader
{
public:
// header
static const int32_t CURRENT_VERSION=2;
static const int32_t CURRENT_VERSION=3;
int32_t nVersion;
uint256 hashPrevBlock;
uint256 hashMerkleRoot;