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
This commit is contained in:
Wladimir J. van der Laan 2017-09-29 10:19:36 +02:00
commit 0ec9c91623
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D

View file

@ -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");