Browse Source

Merge #11417: Correct typo in comments

6f33d8c Correct typo in comments (Johnson Lau)

Pull request description:

  I think this is a search and replace mistake

Tree-SHA512: a83e081b817f1607496bfdcee47593d45d75cbe72effe944cdb5494b49a341eeeebdeb954f6db59dfa1ddfa350a117a4b26c754725a3459be78f2a1a093c6fde
0.16
Wladimir J. van der Laan 7 years ago
parent
commit
0ec9c91623
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
  1. 2
      src/clientversion.cpp

2
src/clientversion.cpp

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
/**
* Name of client reported in the 'version' message. Report the same name
* for both bitcoind and bitcoin-core, 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.
*/
const std::string CLIENT_NAME("Satoshi");

Loading…
Cancel
Save