From 6cbae49ad7e641b942c69031d569f248055670b9 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 20 Aug 2019 15:11:19 +0530 Subject: [PATCH] Reverting genesis timestamp to be divisible by 3 --- tests/common/database_fixture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/database_fixture.cpp b/tests/common/database_fixture.cpp index 88696611..e6a0b327 100644 --- a/tests/common/database_fixture.cpp +++ b/tests/common/database_fixture.cpp @@ -59,7 +59,7 @@ using namespace graphene::chain::test; -uint32_t GRAPHENE_TESTING_GENESIS_TIMESTAMP = 1431700000; +uint32_t GRAPHENE_TESTING_GENESIS_TIMESTAMP = 1431700002; namespace graphene { namespace chain {