From 348851e04d6bfcb5b1899e6b8c526335856757e2 Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Mon, 4 Mar 2024 14:04:04 +0200 Subject: [PATCH] add required to execution invocation when failed --- api/starknet_trace_api_openrpc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/starknet_trace_api_openrpc.json b/api/starknet_trace_api_openrpc.json index 17c0e07..2d9dec5 100644 --- a/api/starknet_trace_api_openrpc.json +++ b/api/starknet_trace_api_openrpc.json @@ -171,7 +171,10 @@ "description": "the revert reason for the failed execution", "type": "string" } - } + }, + "required": [ + "revert_reason" + ] } ] },