Draft: #579 - Enable witness hardfork check #844

Open
vampik wants to merge 3 commits from feature/579-enable-hardfork-check into develop
Showing only changes of commit 87b4f4a242 - Show all commits

View file

@ -94,7 +94,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; \