Merge pull request #1328

daemon-rpc guide: Fix target_height value for sync_info
This commit is contained in:
luigi1111 2020-11-27 16:44:48 -06:00 committed by GitHub
commit 949a4c6b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1104,7 +1104,7 @@ Outputs:
* *speed* - unsigned int; connection speed * *speed* - unsigned int; connection speed
* *start_block_height* - unsigned int; block height of the first block in that span * *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. * *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: Example: