From ea41e064717500f8237a4a14501690c8b6305a4c Mon Sep 17 00:00:00 2001
From: pbattu123
Date: Mon, 15 Apr 2019 09:47:04 -0300
Subject: [PATCH] update db_version for replay and removed duplicate include
files
---
libraries/chain/include/graphene/chain/config.hpp | 2 +-
libraries/chain/include/graphene/chain/event_group_object.hpp | 1 -
libraries/chain/include/graphene/chain/event_object.hpp | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/libraries/chain/include/graphene/chain/config.hpp b/libraries/chain/include/graphene/chain/config.hpp
index 9fb62bc7..47dee1eb 100644
--- a/libraries/chain/include/graphene/chain/config.hpp
+++ b/libraries/chain/include/graphene/chain/config.hpp
@@ -151,7 +151,7 @@
#define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4
#define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3
-#define GRAPHENE_CURRENT_DB_VERSION "PPY2.1"
+#define GRAPHENE_CURRENT_DB_VERSION "PPY2.2"
#define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)
diff --git a/libraries/chain/include/graphene/chain/event_group_object.hpp b/libraries/chain/include/graphene/chain/event_group_object.hpp
index 35859325..45e83e74 100644
--- a/libraries/chain/include/graphene/chain/event_group_object.hpp
+++ b/libraries/chain/include/graphene/chain/event_group_object.hpp
@@ -28,7 +28,6 @@
#include
#include
-#include
namespace graphene { namespace chain {
diff --git a/libraries/chain/include/graphene/chain/event_object.hpp b/libraries/chain/include/graphene/chain/event_object.hpp
index 9bc976df..4c1d16fd 100644
--- a/libraries/chain/include/graphene/chain/event_object.hpp
+++ b/libraries/chain/include/graphene/chain/event_object.hpp
@@ -29,7 +29,6 @@
#include
#include
-#include
namespace graphene { namespace chain {
class event_object;