From 148a2aca05fe98031bcf857fa186d792c507090c Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Mon, 27 Jul 2015 16:35:30 +0100 Subject: Introduce basic Dogecoin branding --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index 5bc886c34..e89f1b11d 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1468,7 +1468,7 @@ void ThreadMapPort() } } - std::string strDesc = "Bitcoin " + FormatFullVersion(); + std::string strDesc = "Dogecoin " + FormatFullVersion(); try { while (true) { -- cgit v1.2.3