Skip to content

Commit 1427dfd

Browse files
committed
Merge #855: Remove another mention of Liquid-Qt
607cfc3 Remove another mention of Liquid-Qt (Steven Roose) Pull request description: This should be the last mention of `#if LIQUID` and `Liquid-Qt` that my grep can find. Tree-SHA512: 75c3675c075787de076fbb3f191b779e9db4afee872aaef229f03eb419ec1fdc0393b41728cf8e3baf5730271f2e76b0fab9000c37a4932bbc439cd7725849ec
2 parents 6d259b1 + 607cfc3 commit 1427dfd

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)