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 | 9f17b1a30f5e774520438ca45dd21090663a6d09 (diff) | |
| download | monzero-core-822577eb422276bb5ec01adfc9cf705bb7c22b46.tar.gz monzero-core-822577eb422276bb5ec01adfc9cf705bb7c22b46.tar.xz monzero-core-822577eb422276bb5ec01adfc9cf705bb7c22b46.zip | |
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); } |
