diff options
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
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) { |