Browse Source

CLIENT_NAME("KevacoinCore")

cn
Jianping Wu 6 years ago
parent
commit
9b51553117
  1. 6
      src/clientversion.cpp

6
src/clientversion.cpp

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
* for both bitcoind and bitcoin-qt, to make it harder for attackers to
* target servers or GUI users specifically.
*/
const std::string CLIENT_NAME("LitecoinCore");
const std::string CLIENT_NAME("KevacoinCore");
/**
* Client version number
@ -81,8 +81,8 @@ std::string FormatFullVersion() @@ -81,8 +81,8 @@ std::string FormatFullVersion()
return CLIENT_BUILD;
}
/**
* Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)
/**
* Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)
*/
std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments)
{

Loading…
Cancel
Save