From 90a82d32b449cf3e2a55ca4161015b893f30052e Mon Sep 17 00:00:00 2001 From: Ariel Elperin Date: Mon, 9 Oct 2023 15:09:48 +0300 Subject: [PATCH] remove block hash from pending block --- api/starknet_api_openrpc.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 8d08c21..5bb3696 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -1417,10 +1417,6 @@ "title": "Pending block header", "type": "object", "properties": { - "block_hash": { - "title": "Block hash", - "$ref": "#/components/schemas/BLOCK_HASH" - }, "parent_hash": { "title": "Parent hash", "description": "The hash of this block's parent", @@ -1449,7 +1445,6 @@ } }, "required": [ - "block_hash", "parent_hash", "timestamp", "sequencer_address",