Skip to content

Commit

Permalink
Merge pull request #146 from starkware-libs/fix_pending_block_header
Browse files Browse the repository at this point in the history
fix: remove block hash from the pending block (#146)
  • Loading branch information
ArielElp authored Oct 9, 2023
2 parents dcae693 + 90a82d3 commit c0980ed
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 c0980ed

Please sign in to comment.