aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.cpp
diff options
context:
space:
mode:
authorJohnson Lau <[email protected]>2017-09-29 14:50:30 +0800
committerGitHub <[email protected]>2017-09-29 14:50:30 +0800
commit6f33d8c79129a049c0f8a0f25e09b310e17dd252 (patch)
treef902a1da6f804dfbb9fc16daf7620aa847fc2f64 /src/clientversion.cpp
parentMerge #11318: Put back inadvertently removed copyright notices (diff)
downloaddiscoin-6f33d8c79129a049c0f8a0f25e09b310e17dd252.tar.xz
discoin-6f33d8c79129a049c0f8a0f25e09b310e17dd252.zip
Correct typo in comments
Diffstat (limited to 'src/clientversion.cpp')
-rw-r--r--src/clientversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.cpp b/src/clientversion.cpp
index d2344ded0..8a4b40883 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");