diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:19:20 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:20:44 +0000 |
commit | 5901331669f7508362a1f8bd3603b344b5a8a0db (patch) | |
tree | 6d842f036ccf5a75c6523f3e720d316aab8b1156 /src/common/updates.h | |
parent | updates: we now have a user URL, and an automatic one (diff) | |
download | monero-5901331669f7508362a1f8bd3603b344b5a8a0db.tar.xz |
updates: remove testnet case
It need not be any different
Diffstat (limited to 'src/common/updates.h')
-rw-r--r-- | src/common/updates.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/updates.h b/src/common/updates.h index d84b612df..e494ed7ac 100644 --- a/src/common/updates.h +++ b/src/common/updates.h @@ -32,6 +32,6 @@ namespace tools { - bool check_updates(const std::string &software, const std::string &buildtag, bool bestnet, std::string &version, std::string &hash); + bool check_updates(const std::string &software, const std::string &buildtag, std::string &version, std::string &hash); std::string get_update_url(const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version, bool user); } |