From e0c9121ab74227e891cba489ee0aa98637daae08 Mon Sep 17 00:00:00 2001 From: Tom Zander Date: Mon, 15 Feb 2016 10:04:42 +0000 Subject: [PATCH] Report Classic in p2p version message --- src/clientversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.cpp b/src/clientversion.cpp index aae0569bba2..922007c7e85 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -13,7 +13,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("Satoshi"); +const std::string CLIENT_NAME("Classic"); /** * Client version number