Increase block schema version
[novacoin.git] / src / main.h
index efc1ca2..6be9612 100644 (file)
@@ -835,7 +835,7 @@ class CBlock
 {
 public:
     // header
-    static const int CURRENT_VERSION=5;
+    static const int CURRENT_VERSION=6;
     int nVersion;
     uint256 hashPrevBlock;
     uint256 hashMerkleRoot;