From 579e2a922c0a8a7dfc147979db438ac0ce26b43a Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Mon, 16 Oct 2023 16:37:18 +0300 Subject: [PATCH] fix description of current_block_hash and current_block_num in SYNC_STATUS --- api/starknet_api_openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 31e4355..ef49cf3 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -1072,12 +1072,12 @@ }, "current_block_hash": { "title": "Current block hash", - "description": "The hash of the current block being synchronized", + "description": "The hash of the latest block up to which the node is fully synchronized", "$ref": "#/components/schemas/BLOCK_HASH" }, "current_block_num": { "title": "Current block number", - "description": "The number (height) of the current block being synchronized", + "description": "The number (height) of the latest block up to which the node is fully synchronized", "$ref": "#/components/schemas/BLOCK_NUMBER" }, "highest_block_hash": {