Made GRAPHENE_TESTING_GENESIS_TIMESTAMP % 5 == 0. 5 is GRAPHENE_DEFAULT_BLOCK_INTERVAL
This commit is contained in:
parent
0dc7e8b784
commit
3b83fb9330
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue