mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-17 04:24:40 -07:00
Merge pull request #6017
5734686 rpc: Include tag in get_info version string (ndorf)
This commit is contained in:
commit
ef8b3a15b4
@ -458,7 +458,7 @@ namespace cryptonote
|
||||
if (restricted)
|
||||
res.database_size = round_up(res.database_size, 5ull* 1024 * 1024 * 1024);
|
||||
res.update_available = restricted ? false : m_core.is_update_available();
|
||||
res.version = restricted ? "" : MONERO_VERSION;
|
||||
res.version = restricted ? "" : MONERO_VERSION_FULL;
|
||||
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user