diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-29 10:19:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-29 10:20:31 +0200 |
commit | 0ec9c91623fc3389b3ff1741e1207e92c28649b8 (patch) | |
tree | 195e34dd7587271fa425985de564a7ae18009a59 | |
parent | aa624b61c928295c27ffbb4d27be582f5aa31b56 (diff) | |
parent | 6f33d8c79129a049c0f8a0f25e09b310e17dd252 (diff) |
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
-rw-r--r-- | src/clientversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.cpp b/src/clientversion.cpp index d2344ded09..8a4b408831 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -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"); |