Update client name

This commit is contained in:
vertoe 2014-12-27 00:54:59 +01:00
parent 2a4e872364
commit 86cc5d35cc

View File

@ -10,7 +10,7 @@
// Name of client reported in the 'version' message. Report the same name
// for both darkcoind and darkcoin-qt, to make it harder for attackers to
// target servers or GUI users specifically.
const std::string CLIENT_NAME("Darkcoin Core");
const std::string CLIENT_NAME("Core");
// Client version number
#define CLIENT_VERSION_SUFFIX "-beta"