Litecoin: Fix intro copyright year
This commit is contained in:
parent
2e5117ca1e
commit
45defbaa5c
@ -1213,7 +1213,7 @@ std::string CopyrightHolders(const std::string& strPrefix)
|
||||
if (copyright_devs.find("Bitcoin Core") == std::string::npos) {
|
||||
std::string strYear = strPrefix;
|
||||
strYear.replace(strYear.find("2011"), sizeof("2011")-1, "2009");
|
||||
strCopyrightHolders += "\n" + strPrefix + "The Bitcoin Core developers";
|
||||
strCopyrightHolders += "\n" + strYear + "The Bitcoin Core developers";
|
||||
}
|
||||
return strCopyrightHolders;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user