Fix for scheduler wrong state
This commit is contained in:
parent
b3e426999d
commit
bc7d03cb22
2 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ namespace graphene { namespace chain {
|
||||||
}}
|
}}
|
||||||
|
|
||||||
FC_REFLECT_DERIVED( graphene::chain::dynamic_global_property_object, (graphene::db::object),
|
FC_REFLECT_DERIVED( graphene::chain::dynamic_global_property_object, (graphene::db::object),
|
||||||
|
(random)
|
||||||
(head_block_number)
|
(head_block_number)
|
||||||
(head_block_id)
|
(head_block_id)
|
||||||
(time)
|
(time)
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@
|
||||||
#define DEFAULT_LOGGER "p2p"
|
#define DEFAULT_LOGGER "p2p"
|
||||||
|
|
||||||
#define P2P_IN_DEDICATED_THREAD 1
|
#define P2P_IN_DEDICATED_THREAD 1
|
||||||
|
#define DISABLE_WITNESS_HF_CHECK 1
|
||||||
|
|
||||||
#define INVOCATION_COUNTER(name) \
|
#define INVOCATION_COUNTER(name) \
|
||||||
static unsigned total_ ## name ## _counter = 0; \
|
static unsigned total_ ## name ## _counter = 0; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue