Fix: Correct wallet confirmation time and update repository URLs

This commit is contained in:
NotRin7
2025-11-17 17:43:13 +01:00
parent 72ee7e5872
commit c046c329a4
17 changed files with 15 additions and 15 deletions

View File

@@ -579,7 +579,7 @@ void SetupServerArgs()
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/NotRin7/palladium>";
const std::string URL_SOURCE_CODE = "<https://github.com/palladium-coin/palladiumcore>";
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2024, COPYRIGHT_YEAR) + " ") + "\n" +
"Copyright (C) 2009-2024 The Bitcoin Core developers" + "\n" +