mirror of
https://github.com/monero-project/monero.git
synced 2026-01-03 08:18:15 -08:00
rpc: add explicit restricted flag to /get_info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user