mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge pull request #1054 from sipa/buildinfo
Build identification strings
This commit is contained in:
commit
702764f53b
20 changed files with 193 additions and 31 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue