mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report "Satoshi" which is at least correct
This commit is contained in:
parent
0d56f11ada
commit
c170d03e03
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue