Skip to content

Commit d7e764a

Browse files
committed
Remove another mention of Liquid-Qt
1 parent 17092fc commit d7e764a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/qt/guiconstants.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,10 @@ static const int MAX_URI_LENGTH = 255;
4949
#define QAPP_ORG_NAME "Bitcoin"
5050
#define QAPP_ORG_DOMAIN "bitcoin.org"
5151

52-
#if LIQUID
53-
#define QAPP_APP_NAME_DEFAULT "Liquid-Qt"
54-
#define QAPP_APP_NAME_TESTNET "Liquid-Qt-testnet"
55-
#define QAPP_APP_NAME_REGTEST "Liquid-Qt-regtest"
56-
#else
5752
#define QAPP_APP_NAME_DEFAULT "Elements-Qt"
5853
#define QAPP_APP_NAME_TESTNET "Elements-Qt-testnet"
5954
#define QAPP_APP_NAME_REGTEST "Elements-Qt-regtest"
60-
#endif
55+
#define QAPP_APP_NAME_LIQUID "Elements-Qt (Liquid)"
6156

6257
/* One gigabyte (GB) in bytes */
6358
static constexpr uint64_t GB_BYTES{1000000000};

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-
{"liquidv1", "Liquid-Qt-liquidv1", 0, 0},
22+
{"liquidv1", QAPP_APP_NAME_LIQUID, 0, 0},
2323
{"regtest", QAPP_APP_NAME_REGTEST, 160, 30}
2424
};
2525
static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles);

0 commit comments

Comments
 (0)