mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
print version in get info rpc
This commit is contained in:
parent
eb2ed6fca8
commit
e72451bdb3
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,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_FULL;
|
||||
res.version = MONERO_VERSION_FULL;
|
||||
res.synchronized = check_core_ready();
|
||||
res.busy_syncing = m_p2p.get_payload_object().is_busy_syncing();
|
||||
res.restricted = restricted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue