mirror of
https://github.com/monero-project/monero.git
synced 2025-08-17 14:40:19 -04:00
rpc: add explicit restricted flag to /get_info
This commit is contained in:
parent
9aab19f349
commit
5e201fedc5
2 changed files with 4 additions and 1 deletions
|
@ -534,6 +534,7 @@ namespace cryptonote
|
|||
res.version = restricted ? "" : MONERO_VERSION_FULL;
|
||||
res.synchronized = check_core_ready();
|
||||
res.busy_syncing = m_p2p.get_payload_object().is_busy_syncing();
|
||||
res.restricted = restricted;
|
||||
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue