Client name is not a consensus-related option, it can be configured by any node

This commit is contained in:
Jonathan "Duke" Leto
2019-04-02 06:44:09 -07:00
parent c4340299ff
commit d592e700ba
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
* for both bitcoind and bitcoin-core, to make it harder for attackers to
* target servers or GUI users specifically.
*/
const std::string CLIENT_NAME = GetArg("-ac_clientname", "MagicBean");
const std::string CLIENT_NAME = GetArg("-clientname", "MagicBean");
/**
* Client version number