Skip to content

Commit

Permalink
Merge #1079: Bump DB version to force reparse
Browse files Browse the repository at this point in the history
7bbbb5b Bump DB version to force reparse (dexX7)

Pull request description:

  During the next startup, Omni Core wipes it's databases and rescans for Omni Layer transactions.

Tree-SHA512: 0919ffce0ac52205b56ede099b1e11533785f4b2f2ca80ee44b85928b1e44a66cb25593bacdb8cb48012d421e8564c0ad67b7691a940c66d2b04ae2dbc2c6bd7
  • Loading branch information
dexX7 committed Feb 27, 2020
2 parents 3f4b1fd + 7bbbb5b commit 093070f
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 @@ -31,7 +31,7 @@ int const STORE_EVERY_N_BLOCK = 10000;
#define TEST_ECO_PROPERTY_1 (0x80000003UL)

// increment this value to force a refresh of the state (similar to --startclean)
#define DB_VERSION 7
#define DB_VERSION 8

// 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 093070f

Please sign in to comment.