From 1ad300cec40584e37535872f37f7e0badd488401 Mon Sep 17 00:00:00 2001 From: rotocoin Date: Sun, 18 May 2014 16:53:16 +0200 Subject: [PATCH] Client name change (since transcoder is not active anymore and the old name is not representative to the new version) --- src/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp b/src/version.cpp index c8c86d2..51f06d7 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -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"