doc: Remove explicit network name references

This commit is contained in:
Fabian Jahr
2019-10-28 18:33:40 +01:00
parent d6e493f0c2
commit 3ed8e3d079
7 changed files with 10 additions and 8 deletions

View File

@@ -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; }