#579 - Enable witness hardfork check
This commit is contained in:
parent
c08bdb7a02
commit
87b4f4a242
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,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 DISABLE_WITNESS_HF_CHECK 0
|
||||||
|
|
||||||
#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