aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-02-17 10:03:33 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-02-17 10:04:23 +0100
commit9d11aba4c4770fdd7fa1840aff2c4faa2873d5ca (patch)
treeae273def7790386f475c63498abd7c908eb863e2 /src/main.h
parent6690ef7fea5ae7785809e04fc6de3995b0dfae17 (diff)
parent534e6dac47c87d078a8870c810cd6d1dbce91a99 (diff)
Merge #5765: Implement BIP66 (0.8)v0.8-final
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 6665e5af02..82d40787a3 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1268,7 +1268,7 @@ class CBlockHeader
{
public:
// header
- static const int CURRENT_VERSION=2;
+ static const int CURRENT_VERSION=3;
int nVersion;
uint256 hashPrevBlock;
uint256 hashMerkleRoot;