Reverting genesis timestamp to be divisible by 3

This commit is contained in:
Ronak Patel 2019-08-20 15:11:19 +05:30
parent 5ad521e2d6
commit 6cbae49ad7

View file

@ -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 {