aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2015-07-27 16:35:30 +0100
committerRoss Nicoll <[email protected]>2019-03-25 05:36:11 +0000
commit148a2aca05fe98031bcf857fa186d792c507090c (patch)
tree11c7fd275ea0a61250e747b81f0b2c372c77a3dd /src/net.cpp
parentDrop use of smart fees (diff)
downloaddiscoin-148a2aca05fe98031bcf857fa186d792c507090c.tar.xz
discoin-148a2aca05fe98031bcf857fa186d792c507090c.zip
Introduce basic Dogecoin branding
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 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) {