Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report...
authorLuke Dashjr <luke-jr+git@utopios.org>
Wed, 22 Feb 2012 15:36:19 +0000 (10:36 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 22 Feb 2012 15:36:19 +0000 (10:36 -0500)
src/main.cpp

index b73037f..812386a 100644 (file)
@@ -21,7 +21,7 @@ using namespace boost;
 // 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("bitcoin-qt");
+const std::string CLIENT_NAME("Satoshi");
 
 CCriticalSection cs_setpwalletRegistered;
 set<CWallet*> setpwalletRegistered;