mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge pull request #1117 from andreabonel/elements-qt_sourcecode
Source code URL correction (in Help - About Elements Core) elements-qt
This commit is contained in:
commit
83ad381f47
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ void SetupServerArgs(ArgsManager& argsman)
|
|||
|
||||
std::string LicenseInfo()
|
||||
{
|
||||
const std::string URL_SOURCE_CODE = "<https://github.com/bitcoin/bitcoin>";
|
||||
const std::string URL_SOURCE_CODE = "<https://github.com/ElementsProject/elements>";
|
||||
|
||||
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
|
||||
"\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue