Skip to content

Commit

Permalink
Add BLOCK_NOT_FOUND error for block_id in subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Oct 30, 2024
1 parent 19ab9d4 commit 49fef97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/starknet_ws_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"errors": [
{
"$ref": "#/components/errors/TOO_MANY_BLOCKS_BACK"
},
{
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_NOT_FOUND"
}
]
},
Expand Down

0 comments on commit 49fef97

Please sign in to comment.