From fc79b8643ddd998e58af1ab1b505b6b5f3bd8c65 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 30 Jul 2013 21:00:23 +0400 Subject: [PATCH] Increase block schema version --- src/main.h | 2 +- src/makefile.unix | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.h b/src/main.h index efc1ca2..6be9612 100644 --- a/src/main.h +++ b/src/main.h @@ -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; diff --git a/src/makefile.unix b/src/makefile.unix index c668788..70b2c69 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -4,6 +4,7 @@ USE_UPNP:=0 USE_IPV6:=1 +STATIC:=1 LINK:=$(CXX) -- 1.7.1