Reverting genesis timestamp to be divisible by 3

This commit is contained in:
Ronak Patel 2019-08-20 15:11:19 +05:30
parent 436dfc3da6
commit a40fa4f545

View file

@ -59,7 +59,7 @@
using namespace graphene::chain::test; using namespace graphene::chain::test;
uint32_t GRAPHENE_TESTING_GENESIS_TIMESTAMP = 1431700000; uint32_t GRAPHENE_TESTING_GENESIS_TIMESTAMP = 1431700002;
namespace graphene { namespace chain { namespace graphene { namespace chain {