From b5c43955b1868b8e19af6d1736178e02ec84e678 Mon Sep 17 00:00:00 2001 From: Ariel Elperin Date: Tue, 28 Nov 2023 19:25:59 +0200 Subject: [PATCH] change flags to mandatory in estimate --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 39a253b..d522605 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -600,7 +600,7 @@ { "name": "simulation_flags", "description": "describes what parts of the transaction should be executed", - "required": false, + "required": true, "schema": { "type": "array", "items": {