CLIENT_NAME("KevacoinCore")

This commit is contained in:
Jianping Wu 2018-12-02 17:33:07 -08:00
parent ceb78e8e72
commit 9b51553117

View File

@ -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()
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)
{