diff options
| author | Pieter Wuille <[email protected]> | 2015-01-19 18:37:21 -0500 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-02-01 17:51:24 -0400 |
| commit | 5a47811da5158df763aa2fca09ce646ee0c51e7b (patch) | |
| tree | b94bdd9ae683fa5e449e37ab78b7419b8d9f409b /src/primitives | |
| parent | Example unit tests from BIP66 (diff) | |
| download | discoin-5a47811da5158df763aa2fca09ce646ee0c51e7b.tar.xz discoin-5a47811da5158df763aa2fca09ce646ee0c51e7b.zip | |
BIP66 changeover logic
Diffstat (limited to 'src/primitives')
| -rw-r--r-- | src/primitives/block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitives/block.h b/src/primitives/block.h index d77ab162e..c7ed6f723 100644 --- a/src/primitives/block.h +++ b/src/primitives/block.h @@ -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; |