From 301b23e418f1b29421324bf6d5d83aa4fc1e8b28 Mon Sep 17 00:00:00 2001 From: dexX7 Date: Sun, 20 Sep 2015 23:59:10 +0200 Subject: [PATCH] Bump DB version to 3, to trigger reparsing of transactions Due to the SP related changes, transactions should be reparsed. Bumping the DB version initiates a fresh start. --- src/omnicore/omnicore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omnicore/omnicore.h b/src/omnicore/omnicore.h index cfafb16c076ca..5e3b0aca3025b 100644 --- a/src/omnicore/omnicore.h +++ b/src/omnicore/omnicore.h @@ -37,7 +37,7 @@ int const MAX_STATE_HISTORY = 50; #define TEST_ECO_PROPERTY_1 (0x80000003UL) // increment this value to force a refresh of the state (similar to --startclean) -#define DB_VERSION 2 +#define DB_VERSION 3 // could probably also use: int64_t maxInt64 = std::numeric_limits::max(); // maximum numeric values from the spec: