From 5fa123b6d7b64638fd1e93c9530479ed04d56950 Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Mon, 7 Dec 2015 17:52:49 -0500 Subject: [PATCH] config.hpp: Bump db version --- libraries/chain/include/graphene/chain/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/include/graphene/chain/config.hpp b/libraries/chain/include/graphene/chain/config.hpp index 4f60c1cc..83604e36 100644 --- a/libraries/chain/include/graphene/chain/config.hpp +++ b/libraries/chain/include/graphene/chain/config.hpp @@ -140,7 +140,7 @@ #define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4 #define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3 -#define GRAPHENE_CURRENT_DB_VERSION "test5b" +#define GRAPHENE_CURRENT_DB_VERSION "GPH2.4" #define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)