diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp index faef4bce48..45c67900db 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -80,7 +80,7 @@ NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift, const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId) { - std::string titleAddText = networkId == CBaseChainParams::LIQUIDV1 ? "" : strprintf("[%s]", networkId); + std::string titleAddText = networkId == "liquidv1" ? "" : strprintf("[%s]", networkId); for (unsigned x=0; x