Skip to content

Commit

Permalink
remove block hash from pending block
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Oct 9, 2023
1 parent dcae693 commit 90a82d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1449,7 +1445,6 @@
}
},
"required": [
"block_hash",
"parent_hash",
"timestamp",
"sequencer_address",
Expand Down

0 comments on commit 90a82d3

Please sign in to comment.