aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-09-29 10:19:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-09-29 10:20:31 +0200
commit0ec9c91623fc3389b3ff1741e1207e92c28649b8 (patch)
tree195e34dd7587271fa425985de564a7ae18009a59 /src
parentaa624b61c928295c27ffbb4d27be582f5aa31b56 (diff)
parent6f33d8c79129a049c0f8a0f25e09b310e17dd252 (diff)
downloadbitcoin-0ec9c91623fc3389b3ff1741e1207e92c28649b8.tar.xz
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
Diffstat (limited to 'src')
-rw-r--r--src/clientversion.cpp2
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");