aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.cpp
diff options
context:
space:
mode:
authorJohnson Lau <jl2012@users.noreply.github.com>2017-09-29 14:50:30 +0800
committerGitHub <noreply@github.com>2017-09-29 14:50:30 +0800
commit6f33d8c79129a049c0f8a0f25e09b310e17dd252 (patch)
treef902a1da6f804dfbb9fc16daf7620aa847fc2f64 /src/clientversion.cpp
parenta72003d794f39230db476d4f358eb244b7cb2d36 (diff)
downloadbitcoin-6f33d8c79129a049c0f8a0f25e09b310e17dd252.tar.xz
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 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");