Skip to content

Commit

Permalink
add >0 constraint to segment_arena
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Nov 12, 2023
1 parent 810ef5e commit 6c9ca66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3807,7 +3807,10 @@
"segment_arena_builtin": {
"title": "Segment arena",
"description": "The number of accesses to the segment arena",
"type": "integer"
"type": "integer",
"not": {
"const": 0
}
}
},
"required": [
Expand Down

0 comments on commit 6c9ca66

Please sign in to comment.