From 4aed82e1ae6ce1e8442dade2c811eda3e2e27c05 Mon Sep 17 00:00:00 2001 From: ~login@aussies.space Date: Thu, 14 Nov 2019 10:33:45 +1100 Subject: KROWBAR_OFF, DA_OFF and MINERCOIN_OFF are now treated as config definitions The KROWBAR_OFF, DA_OFF and MINERCOIN_OFF symbolic constants are now included in tcoin_defs.cpp and pcoin_defs.cpp and have been removed from the main source files, tcoin.cpp and pcoin.cpp. ntcoin has been modified to include #define KROWBAR_OFF, #define DA_OFF and #define MINERCOIN_OFF in pcoin_defs.cpp and tcoin_defs.cpp by default, since those three features are only (as of now) available on the tilde.town server and on no other server. ---