diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:11:45 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:20:40 +0000 |
commit | 822577eb422276bb5ec01adfc9cf705bb7c22b46 (patch) | |
tree | ccc307350998978a15dab97bfa3539cc9b969a08 /src/common/updates.h | |
parent | updates: s/monerod/monero/ for the main download (diff) | |
download | monero-822577eb422276bb5ec01adfc9cf705bb7c22b46.tar.xz |
updates: we now have a user URL, and an automatic one
So the user can use https, while the automatic does not have to
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 1a70e06fd..d84b612df 100644 --- a/src/common/updates.h +++ b/src/common/updates.h @@ -33,5 +33,5 @@ namespace tools { bool check_updates(const std::string &software, const std::string &buildtag, bool bestnet, 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); + std::string get_update_url(const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version, bool user); } |