From dd6554d691de6b6c108915e296164626d5e46436 Mon Sep 17 00:00:00 2001 From: lateminer Date: Sat, 9 Mar 2019 13:56:07 +0300 Subject: [PATCH] Blackcoin More website uses https --- doc/README.md | 2 +- src/init.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 16bed44f4..7cdf27f7d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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 --------------------- diff --git a/src/init.cpp b/src/init.cpp index b4643f0fa..12631c1f0 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode) std::string LicenseInfo() { const std::string URL_SOURCE_CODE = ""; - const std::string URL_WEBSITE = ""; + const std::string URL_WEBSITE = ""; // todo: remove urls from translations on next change // return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +