Skip to content

Commit

Permalink
Fix indentation of bytecode_segment_lengths; Fix Immediate title
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Oct 30, 2024
1 parent 19ab9d4 commit 780386f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/starknet_executables.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
"minItems": 2,
"maxItems": 2
}
}
},
"bytecode_segment_lengths": {
"type": "array",
"description": "a list of sizes of segments in the bytecode, each segment is hashed invidually when computing the bytecode hash",
"items": {
"type": "integer"
},
"bytecode_segment_lengths": {
"type": "array",
"description": "a list of sizes of segments in the bytecode, each segment is hashed invidually when computing the bytecode hash",
"items": {
"type": "integer"
}
}
},
"required": [
Expand Down Expand Up @@ -202,7 +202,7 @@
]
},
"Immediate": {
"title": "Imeediate",
"title": "Immediate",
"type": "object",
"properties": {
"Immediate": {
Expand Down

0 comments on commit 780386f

Please sign in to comment.