daemon-rpc guide: Fix target_height value for sync_info

This commit is contained in:
erciccione 2020-11-23 17:09:24 +00:00
parent dad8ffb16d
commit 6b1441c338
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

View File

@ -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: