mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-06 18:09:41 +00:00
updates: remove testnet case
It need not be any different
This commit is contained in:
parent
822577eb42
commit
5901331669
3 changed files with 4 additions and 7 deletions
|
@ -1101,7 +1101,7 @@ namespace cryptonote
|
|||
|
||||
std::string version, hash;
|
||||
MCDEBUG("updates", "Checking for a new " << software << " version for " << buildtag);
|
||||
if (!tools::check_updates(software, buildtag, m_testnet, version, hash))
|
||||
if (!tools::check_updates(software, buildtag, version, hash))
|
||||
return false;
|
||||
|
||||
if (tools::vercmp(version.c_str(), MONERO_VERSION) <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue