Browse Source

Correct typo in comments

0.16
Johnson Lau 7 years ago committed by GitHub
parent
commit
6f33d8c791
  1. 2
      src/clientversion.cpp

2
src/clientversion.cpp

@ -10,7 +10,7 @@
/** /**
* Name of client reported in the 'version' message. Report the same name * 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. * target servers or GUI users specifically.
*/ */
const std::string CLIENT_NAME("Satoshi"); const std::string CLIENT_NAME("Satoshi");

Loading…
Cancel
Save