Merge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin
This commit is contained in:
commit
1af97c95f3
@ -21,7 +21,7 @@ using namespace boost;
|
|||||||
// Name of client reported in the 'version' message. Report the same name
|
// 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
|
// for both bitcoind and bitcoin-qt, to make it harder for attackers to
|
||||||
// target servers or GUI users specifically.
|
// target servers or GUI users specifically.
|
||||||
const std::string CLIENT_NAME("bitcoin-qt");
|
const std::string CLIENT_NAME("Satoshi");
|
||||||
|
|
||||||
CCriticalSection cs_setpwalletRegistered;
|
CCriticalSection cs_setpwalletRegistered;
|
||||||
set<CWallet*> setpwalletRegistered;
|
set<CWallet*> setpwalletRegistered;
|
||||||
|
Loading…
Reference in New Issue
Block a user