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
+2 -2
View File
@@ -3183,7 +3183,7 @@ namespace cryptonote
return true;
}
static const char software[] = "monero";
static const char software[] = "salvium";
#ifdef BUILD_TAG
static const char buildtag[] = BOOST_PP_STRINGIZE(BUILD_TAG);
static const char subdir[] = "cli";
@@ -3204,7 +3204,7 @@ namespace cryptonote
res.status = "Error checking for updates";
return true;
}
if (tools::vercmp(version.c_str(), MONERO_VERSION) <= 0)
if (tools::vercmp(version.c_str(), SALVIUM_VERSION) <= 0)
{
res.update = false;
res.status = CORE_RPC_STATUS_OK;