diff options
| author | Gavin Andresen <[email protected]> | 2012-02-22 10:44:44 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-02-22 10:44:44 -0500 |
| commit | 1af97c95f377245d359f309035011ac499239635 (patch) | |
| tree | 7f66b7ed3b7af3ebcc08f07f75d0989488a702d4 /src/main.cpp | |
| parent | Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin (diff) | |
| parent | Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r... (diff) | |
| download | discoin-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.cpp | 2 |
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; |