File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -561,13 +561,12 @@ void SetupServerArgs()
561561std::string LicenseInfo ()
562562{
563563 const std::string URL_SOURCE_CODE = " <https://github.com/bitcoin/bitcoin>" ;
564- const std::string URL_WEBSITE = " <https://bitcoincore.org>" ;
565564
566565 return CopyrightHolders (strprintf (_ (" Copyright (C) %i-%i" ).translated , 2009 , COPYRIGHT_YEAR) + " " ) + " \n " +
567566 " \n " +
568567 strprintf (_ (" Please contribute if you find %s useful. "
569568 " Visit %s for further information about the software." ).translated ,
570- PACKAGE_NAME, URL_WEBSITE ) +
569+ PACKAGE_NAME, " < " PACKAGE_URL " > " ) +
571570 " \n " +
572571 strprintf (_ (" The source code is available from %s." ).translated ,
573572 URL_SOURCE_CODE) +
You can’t perform that action at this time.
0 commit comments