diff options
author | Johnson Lau <jl2012@users.noreply.github.com> | 2017-09-29 14:50:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 14:50:30 +0800 |
commit | 6f33d8c79129a049c0f8a0f25e09b310e17dd252 (patch) | |
tree | f902a1da6f804dfbb9fc16daf7620aa847fc2f64 /src/clientversion.cpp | |
parent | a72003d794f39230db476d4f358eb244b7cb2d36 (diff) |
Correct typo in comments
Diffstat (limited to 'src/clientversion.cpp')
-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"); |