Skip to content

Commit 0aff675

Browse files
committed
f'GUI: Add liquidv1 network style'
1 parent cbf93b9 commit 0aff675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/networkstyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static const struct {
1919
} network_styles[] = {
2020
{"main", QAPP_APP_NAME_DEFAULT, 0, 0},
2121
{"test", QAPP_APP_NAME_TESTNET, 70, 30},
22-
{CHAINPARAMS_LIQUIDV1, "Liquid-Qt-liquidv1", 0, 0},
22+
{"liquidv1", "Liquid-Qt-liquidv1", 0, 0},
2323
{"regtest", QAPP_APP_NAME_TESTNET, 160, 30}
2424
};
2525
static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles);

0 commit comments

Comments
 (0)