summary refs log tree commit diff
diff options
context:
space:
mode:
author~login@aussies.space2019-11-14 10:31:21 +1100
committer~login@aussies.space2019-11-14 10:31:21 +1100
commitd58ca79724c69b81985cd241b6c88faf6d38c1a9 (patch)
tree6c1e753de67b00d1004daeb29d31a95d5b35af92
parent3c4fb6f834203c6f095024c6deab2a1897842286 (diff)
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.
-rw-r--r--pcoin.cpp0
1 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index 7978a6d..4494f11 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp