mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
f'GUI: Add liquidv1 network style'
This commit is contained in:
parent
cbf93b9b6b
commit
0aff67508a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue