Skip to content

Commit

Permalink
Mark block hash and number in COMMON_RECEIPT_PROPERTIES required (#27)
Browse files Browse the repository at this point in the history
* Mark block hash and number in COMMON_RECEIPT_PROPERTIES required
  • Loading branch information
anatgstarkware authored Jul 20, 2022
1 parent d45a759 commit 3f346d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.28.0",
"version": "0.29.0",
"title": "StarkNet Node API",
"license": {}
},
Expand Down Expand Up @@ -1263,7 +1263,9 @@
"required": [
"txn_hash",
"actual_fee",
"status"
"status",
"block_hash",
"block_number"
]
},
"INVOKE_TXN_RECEIPT": {
Expand Down

0 comments on commit 3f346d3

Please sign in to comment.