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
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 4 additions and 7 deletions

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)