Skip to content

Commit

Permalink
Update guiconstants.h
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-gt authored Feb 4, 2023
1 parent f64ed20 commit 649bf62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ static const int TOOLTIP_WRAP_THRESHOLD = 80;
/* Number of frames in spinner animation */
#define SPINNER_FRAMES 36

#define QAPP_ORG_NAME "Litecoin"
#define QAPP_ORG_DOMAIN "litecoin.org"
#define QAPP_APP_NAME_DEFAULT "Litecoin-Qt"
#define QAPP_APP_NAME_TESTNET "Liteocin-Qt-testnet"
#define QAPP_APP_NAME_SIGNET "Litecoin-Qt-signet"
#define QAPP_APP_NAME_REGTEST "Litecoin-Qt-regtest"
#define QAPP_ORG_NAME "Ferrite"
#define QAPP_ORG_DOMAIN "www.ferritecoin.org"
#define QAPP_APP_NAME_DEFAULT "Ferrite-Qt"
#define QAPP_APP_NAME_TESTNET "Ferrite-Qt-testnet"
#define QAPP_APP_NAME_SIGNET "Ferrite-Qt-signet"
#define QAPP_APP_NAME_REGTEST "Ferrite-Qt-regtest"

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

0 comments on commit 649bf62

Please sign in to comment.