diff options
| author | Pieter Wuille <[email protected]> | 2012-04-10 13:31:12 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-10 13:31:12 -0700 |
| commit | 702764f53b6aded29fc2e020078d192ec2b13d68 (patch) | |
| tree | 3c532113e13e79b5a0677fd5f8080766ea96ae23 /src/main.cpp | |
| parent | Merge pull request #1046 from laanwj/2012_04_rpcporterror (diff) | |
| parent | Build identification strings (diff) | |
| download | discoin-702764f53b6aded29fc2e020078d192ec2b13d68.tar.xz discoin-702764f53b6aded29fc2e020078d192ec2b13d68.zip | |
Merge pull request #1054 from sipa/buildinfo
Build identification strings
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index dea60f038..3fe073247 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,11 +18,6 @@ using namespace boost; // Global state // -// 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"); - CCriticalSection cs_setpwalletRegistered; set<CWallet*> setpwalletRegistered; |