Skip to content

Commit

Permalink
Bump DB version to 3, to trigger reparsing of transactions
Browse files Browse the repository at this point in the history
Due to the SP related changes, transactions should be reparsed.

Bumping the DB version initiates a fresh start.
  • Loading branch information
dexX7 committed Sep 20, 2015
1 parent 575d4c7 commit 301b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnicore/omnicore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<int64_t>::max();
// maximum numeric values from the spec:
Expand Down

0 comments on commit 301b23e

Please sign in to comment.