Skip to content

Commit

Permalink
f'GUI: Make liquidv1 the'
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Apr 10, 2019
1 parent 0aff675 commit 084a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/networkstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 084a2fd

Please sign in to comment.