[DO NOT MERGE] Enable disconnect non compatible witness nodes

This commit is contained in:
hirunda 2022-07-15 00:25:32 +02:00
parent 629a6672fd
commit be50b8d0dd

View file

@ -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; \