Blackcoin More website uses https
This commit is contained in:
@@ -5,7 +5,7 @@ Setup
|
|||||||
---------------------
|
---------------------
|
||||||
Blackcoin More is experimental Blackcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Blackcoin transactions (which is currently several GBs); 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.
|
Blackcoin More is experimental Blackcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Blackcoin transactions (which is currently several GBs); 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.
|
||||||
|
|
||||||
To download Blackcoin More, visit [blackcoinmore.org](http://blackcoinmore.org).
|
To download Blackcoin More, visit [blackcoinmore.org](https://blackcoinmore.org).
|
||||||
|
|
||||||
Running
|
Running
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
@@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode)
|
|||||||
std::string LicenseInfo()
|
std::string LicenseInfo()
|
||||||
{
|
{
|
||||||
const std::string URL_SOURCE_CODE = "<https://gitlab.com/blackcoin/blackcoin-more>";
|
const std::string URL_SOURCE_CODE = "<https://gitlab.com/blackcoin/blackcoin-more>";
|
||||||
const std::string URL_WEBSITE = "<http://blackcoinmore.org/>";
|
const std::string URL_WEBSITE = "<https://blackcoinmore.org/>";
|
||||||
// todo: remove urls from translations on next change
|
// todo: remove urls from translations on next change
|
||||||
|
|
||||||
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +
|
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user