Browse Source

Change client name, since dpow is a hard fork of consensus rules

pull/137/head
Jonathan "Duke" Leto 6 years ago
parent
commit
4c5d75d005
  1. 3
      src/clientversion.cpp

3
src/clientversion.cpp

@ -1,4 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2017-2018 The Hush developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@ -19,7 +20,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("BalefulStatic");
const std::string CLIENT_NAME("AuspiciousHerald");
/**
* Client version number

Loading…
Cancel
Save