From d58ca79724c69b81985cd241b6c88faf6d38c1a9 Mon Sep 17 00:00:00 2001 From: ~login@aussies.space Date: Thu, 14 Nov 2019 10:31:21 +1100 Subject: Bugfix to disable minercoin-score addition in pcoin.cpp In pcoin.cpp, minercoin-score addition can be disabled by writing #define MINERCOIN_OFF near the symbolic-constant definitions. However, in one place, a check for the absence of the DA_OFF symbolic constant was being made instead of MINERCOIN_OFF. This is now fixed. ---