aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2019-10-28 18:33:40 +0100
committerFabian Jahr <fjahr@protonmail.com>2019-11-01 12:06:35 +0100
commit3ed8e3d079a3860dcdf944f7c1aa37765a53da32 (patch)
treec7e92e63b387685b03fbf96a6ecae76467e88442 /src/qt
parentd6e493f0c2850b522a676a005935163beddaa2cc (diff)
downloadbitcoin-3ed8e3d079a3860dcdf944f7c1aa37765a53da32.tar.xz
doc: Remove explicit network name references
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/networkstyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/networkstyle.h b/src/qt/networkstyle.h
index bb12dd1b6e..1367261325 100644
--- a/src/qt/networkstyle.h
+++ b/src/qt/networkstyle.h
@@ -13,7 +13,7 @@
class NetworkStyle
{
public:
- /** Get style associated with provided BIP70 network id, or 0 if not known */
+ /** Get style associated with provided network id, or 0 if not known */
static const NetworkStyle* instantiate(const std::string& networkId);
const QString &getAppName() const { return appName; }