updates: remove testnet case

It need not be any different
This commit is contained in:
moneromooo-monero
2017-02-22 11:19:20 +00:00
parent 822577eb42
commit 5901331669
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -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)