Blackcoin More website uses https

This commit is contained in:
lateminer
2019-03-09 13:56:07 +03:00
parent 04b0ee71b5
commit dd6554d691
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
To download Blackcoin More, visit [blackcoinmore.org](http://blackcoinmore.org).
To download Blackcoin More, visit [blackcoinmore.org](https://blackcoinmore.org).
Running
---------------------

View File

@@ -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://blackcoinmore.org/>";
const std::string URL_WEBSITE = "<https://blackcoinmore.org/>";
// todo: remove urls from translations on next change
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +