Client name is not a consensus-related option, it can be configured by any node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user