Skip to content

Commit

Permalink
f'GUI: Add liquidv1 network style'
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Apr 10, 2019
1 parent cbf93b9 commit 0aff675
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 @@ -19,7 +19,7 @@ static const struct {
} network_styles[] = {
{"main", QAPP_APP_NAME_DEFAULT, 0, 0},
{"test", QAPP_APP_NAME_TESTNET, 70, 30},
{CHAINPARAMS_LIQUIDV1, "Liquid-Qt-liquidv1", 0, 0},
{"liquidv1", "Liquid-Qt-liquidv1", 0, 0},
{"regtest", QAPP_APP_NAME_TESTNET, 160, 30}
};
static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles);
Expand Down

0 comments on commit 0aff675

Please sign in to comment.