From c528ea1ff3d7f5a634c6c5803b48747592871b75 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Thu, 15 Oct 2015 11:40:48 -0400 Subject: [PATCH] update DB VERSION to force replay --- 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 2680960b..9641e45e 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 "BTS2.1" #define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)