From 780386feee3d046e052012767754aedf87568700 Mon Sep 17 00:00:00 2001 From: Fiiranek Date: Wed, 30 Oct 2024 16:57:24 +0100 Subject: [PATCH] Fix indentation of `bytecode_segment_lengths`; Fix Immediate title --- api/starknet_executables.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/starknet_executables.json b/api/starknet_executables.json index 9dbff16..a52b6ab 100644 --- a/api/starknet_executables.json +++ b/api/starknet_executables.json @@ -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": [ @@ -202,7 +202,7 @@ ] }, "Immediate": { - "title": "Imeediate", + "title": "Immediate", "type": "object", "properties": { "Immediate": {