aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 64e8eaad6..5ca708773 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1469,7 +1469,7 @@ void ThreadMapPort()
}
}
- std::string strDesc = "Dogecoin " + FormatFullVersion();
+ std::string strDesc = "Discoin " + FormatFullVersion();
try {
while (true) {