diff options
author | ~login@aussies.space | 2019-11-14 10:33:45 +1100 |
---|---|---|
committer | ~login@aussies.space | 2019-11-14 10:33:45 +1100 |
commit | 4aed82e1ae6ce1e8442dade2c811eda3e2e27c05 (patch) | |
tree | 393ea9b4d0e574163cb7143f9c40e0e3a9f60928 | |
parent | d58ca79724c69b81985cd241b6c88faf6d38c1a9 (diff) |
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.
-rwxr-xr-x | ntcoin | 0 | ||||
-rw-r--r-- | pcoin.cpp | 0 | ||||
-rw-r--r-- | tcoin.cpp | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/ntcoin b/ntcoin index 117a484..a421512 100755 --- a/ntcoin +++ b/ntcoin diff --git a/pcoin.cpp b/pcoin.cpp index 4494f11..9031cb3 100644 --- a/pcoin.cpp +++ b/pcoin.cpp diff --git a/tcoin.cpp b/tcoin.cpp index 3595b69..932b84f 100644 --- a/tcoin.cpp +++ b/tcoin.cpp |