mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: get_info - add 'synchronized' field
This commit is contained in:
parent
b042506baa
commit
10f9008b9c
1 changed files with 1 additions and 0 deletions
|
@ -500,6 +500,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.synchronized = check_core_ready();
|
||||
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue