We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fa292 commit fad2f68Copy full SHA for fad2f68
src/init.cpp
@@ -561,13 +561,12 @@ void SetupServerArgs()
561
std::string LicenseInfo()
562
{
563
const std::string URL_SOURCE_CODE = "<https://github.com/bitcoin/bitcoin>";
564
- const std::string URL_WEBSITE = "<https://bitcoincore.org>";
565
566
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
567
"\n" +
568
strprintf(_("Please contribute if you find %s useful. "
569
"Visit %s for further information about the software.").translated,
570
- PACKAGE_NAME, URL_WEBSITE) +
+ PACKAGE_NAME, "<" PACKAGE_URL ">") +
571
572
strprintf(_("The source code is available from %s.").translated,
573
URL_SOURCE_CODE) +
0 commit comments