Client name change (since transcoder is not active anymore and the old name is not representative to the new version)

This commit is contained in:
rotocoin
2014-05-18 16:53:16 +02:00
parent 1f0b80e20a
commit 1ad300cec4

View File

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