disabled Trezor until protobuf fixes are available; disabled moneropulse issues; bumped version number

This commit is contained in:
Some Random Crypto Guy
2024-08-16 20:47:03 +01:00
parent 0ee3c669d6
commit 6d8e925fdb
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ std::tuple<bool, std::string, std::string, std::string, std::string> WalletManag
if (!tools::check_updates(software, buildtag, version, hash))
return std::make_tuple(false, "", "", "", "");
if (tools::vercmp(version.c_str(), current_version != nullptr ? current_version : MONERO_VERSION) > 0)
if (tools::vercmp(version.c_str(), current_version != nullptr ? current_version : SALVIUM_VERSION) > 0)
{
std::string user_url = tools::get_update_url(software, subdir, buildtag, version, true);
std::string auto_url = tools::get_update_url(software, subdir, buildtag, version, false);