Update Blackcoin More website
This commit is contained in:
@@ -18,6 +18,4 @@ However, it downloads and stores the entire history of Blackcoin transactions;
|
||||
depending on the speed of your computer and network connection, the synchronization
|
||||
process can take anywhere from a few hours to a day or more.
|
||||
|
||||
See the blackcoin website at:
|
||||
https://blackcoin.org
|
||||
for more help and information.
|
||||
See the Blackcoin More website at https://blackcoinmore.org for more help and information.
|
||||
|
||||
@@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode)
|
||||
std::string LicenseInfo()
|
||||
{
|
||||
const std::string URL_SOURCE_CODE = "<https://gitlab.com/blackcoin/blackcoin-more>";
|
||||
const std::string URL_WEBSITE = "<http://blackcoin.org/>";
|
||||
const std::string URL_WEBSITE = "<http://blackcoinmore.org/>";
|
||||
// todo: remove urls from translations on next change
|
||||
|
||||
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +
|
||||
|
||||
@@ -49,7 +49,7 @@ static const int MAX_URI_LENGTH = 255;
|
||||
#define SPINNER_FRAMES 36
|
||||
|
||||
#define QAPP_ORG_NAME "Blackcoin More"
|
||||
#define QAPP_ORG_DOMAIN "blackcoin.org"
|
||||
#define QAPP_ORG_DOMAIN "blackcoinmore.org"
|
||||
#define QAPP_APP_NAME_DEFAULT "Blackmore-Qt"
|
||||
#define QAPP_APP_NAME_TESTNET "Blackmore-Qt-testnet"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user