f'GUI: Make liquidv1 the'

This commit is contained in:
Gregory Sanders 2019-04-10 11:09:20 -04:00
parent 0aff67508a
commit 084a2fdc95

View file

@ -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<network_styles_count; ++x)
{
if (networkId == network_styles[x].networkId)