mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-23 03:04:53 +00:00
Merge pull request #1328
daemon-rpc guide: Fix target_height value for sync_info
This commit is contained in:
commit
949a4c6b8b
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,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 (optional, absent if node is fully synced)
|
||||
* *target_height* - unsigned int; target height the node is syncing from (will be undefined if node is fully synced)
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue