GUI: Add liquidv1 network style

This commit is contained in:
Luke Dashjr 2019-02-27 19:19:36 +00:00 committed by Gregory Sanders
parent ce752c0bd0
commit d82eee9d2f

View file

@ -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);