mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
GUI: Add liquidv1 network style
This commit is contained in:
parent
ce752c0bd0
commit
d82eee9d2f
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ static const struct {
|
||||||
} network_styles[] = {
|
} network_styles[] = {
|
||||||
{"main", QAPP_APP_NAME_DEFAULT, 0, 0},
|
{"main", QAPP_APP_NAME_DEFAULT, 0, 0},
|
||||||
{"test", QAPP_APP_NAME_TESTNET, 70, 30},
|
{"test", QAPP_APP_NAME_TESTNET, 70, 30},
|
||||||
|
{CHAINPARAMS_LIQUIDV1, "Liquid-Qt-liquidv1", 0, 0},
|
||||||
{"regtest", QAPP_APP_NAME_TESTNET, 160, 30}
|
{"regtest", QAPP_APP_NAME_TESTNET, 160, 30}
|
||||||
};
|
};
|
||||||
static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles);
|
static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue