Merge pull request #5713
bf6cdebIncrease coverage of DERSIG edge cases (Pieter Wuille)819bcf9Add RPC test for DERSIG BIP switchover logic (Pieter Wuille)5a47811BIP66 changeover logic (Pieter Wuille)092e9feExample unit tests from BIP66 (Pieter Wuille)80ad135Change IsDERSignature to BIP66 implementation (Pieter Wuille)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user