Skip to content

Commit

Permalink
GUI: Add liquidv1 network style
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr authored and instagibbs committed Apr 10, 2019
1 parent ce752c0 commit d82eee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/networkstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +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},
{"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 d82eee9

Please sign in to comment.