mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 20:19:29 +00:00
daemon-rpc: target_height is 0 if synced
This commit is contained in:
parent
b3b042c1a4
commit
efdec41923
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ Outputs:
|
|||
* *speed* - unsigned int; connection speed
|
||||
* *start_block_height* - unsigned int; block height of the first block in that span
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *target_height* - unsigned int; target height the node is syncing from (will be undefined if node is fully synced)
|
||||
* *target_height* - unsigned int; target height the node is syncing from (will be 0 if node is fully synced)
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue