Reverting genesis timestamp to be divisible by 3
This commit is contained in:
parent
436dfc3da6
commit
a40fa4f545
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue