From 00411a40204f731699f0cb7f5be763975f3d42cc Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 8 Nov 2013 19:50:42 -0200 Subject: [PATCH] client name is now "twisterd" --- src/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp b/src/version.cpp index d9d6724a..b2215d46 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("Satoshi"); +const std::string CLIENT_NAME("twisterd"); // Client version number #define CLIENT_VERSION_SUFFIX "-beta"