Made GRAPHENE_TESTING_GENESIS_TIMESTAMP % 5 == 0. 5 is GRAPHENE_DEFAULT_BLOCK_INTERVAL

This commit is contained in:
Michael Neynens 2019-04-02 23:33:25 -07:00
parent 0dc7e8b784
commit 3b83fb9330

View file

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