aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-02-22 10:44:44 -0500
committerGavin Andresen <[email protected]>2012-02-22 10:44:44 -0500
commit1af97c95f377245d359f309035011ac499239635 (patch)
tree7f66b7ed3b7af3ebcc08f07f75d0989488a702d4 /src/main.cpp
parentMerge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin (diff)
parentBugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r... (diff)
downloaddiscoin-1af97c95f377245d359f309035011ac499239635.tar.xz
discoin-1af97c95f377245d359f309035011ac499239635.zip
Merge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b73037fb6..812386a80 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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;