From 8f77f8870dcff8d22c4339cd72269cf71a8b1265 Mon Sep 17 00:00:00 2001 From: barrystyle <14147070+barrystyle@users.noreply.github.com> Date: Sat, 20 Feb 2021 20:13:43 +0800 Subject: 1.21 codebase rebrand (#1711) * build: Brand codebase as Dogecoin via automake/autoconf files. * build: Update internal resource files for windows builds. * build: Update internal application names and data directories. * build: Update immediately visible remaining bitcoin name references from cli binaries and qt. * build: Update immediately visible bitcoin references in the main gui itself. * Update functional tests to match Dogecoin * wallet: Add missing check for -descriptors wallet tool option * correct output for functional tests (errorlevels?) Co-authored-by: Ross Nicoll Co-authored-by: MarcoFalke --- src/clientversion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clientversion.cpp') diff --git a/src/clientversion.cpp b/src/clientversion.cpp index 993967a18..0a20b6906 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -9,10 +9,10 @@ /** * Name of client reported in the 'version' message. Report the same name - * for both bitcoind and bitcoin-qt, to make it harder for attackers to + * for both dogecoind and dogecoin-qt, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("Satoshi"); +const std::string CLIENT_NAME("Shibetoshi"); #ifdef HAVE_BUILD_INFO -- cgit v1.2.3