Fixed compilation error for max transaction size test case and genesis timestamp divisible by 5
This commit is contained in:
parent
41c8ce2a54
commit
5ad521e2d6
2 changed files with 3 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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
#include <graphene/chain/witness_object.hpp>
|
||||
#include <graphene/chain/protocol/committee_member.hpp>
|
||||
#include <fc/crypto/digest.hpp>
|
||||
#include <graphene/app/database_api.hpp>
|
||||
#include <graphene/app/api.hpp>
|
||||
|
||||
#include "../common/database_fixture.hpp"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue