[DO NOT MERGE] Enable disconnect non compatible witness nodes
This commit is contained in:
parent
629a6672fd
commit
be50b8d0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
#define DEFAULT_LOGGER "p2p"
|
||||
|
||||
#define P2P_IN_DEDICATED_THREAD 1
|
||||
#define DISABLE_WITNESS_HF_CHECK 1
|
||||
#define DISABLE_WITNESS_HF_CHECK 0
|
||||
|
||||
#define INVOCATION_COUNTER(name) \
|
||||
static unsigned total_ ## name ## _counter = 0; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue