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": {