From 84416eeed0adee6de2acd792d6d0e7d9cf50c4a6 Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Sun, 10 Mar 2024 09:49:43 +0200 Subject: [PATCH] add comment explaining execution_resources name is for legacy --- api/starknet_trace_api_openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/starknet_trace_api_openrpc.json b/api/starknet_trace_api_openrpc.json index 2d9dec5..467e7f6 100644 --- a/api/starknet_trace_api_openrpc.json +++ b/api/starknet_trace_api_openrpc.json @@ -376,7 +376,7 @@ }, "execution_resources": { "title": "Computation resources", - "description": "Resources consumed by the internal call", + "description": "Resources consumed by the internal call. This is named execution_resources for legacy", "$ref": "#/components/schemas/COMPUTATION_RESOURCES" } }, @@ -510,4 +510,4 @@ } } } -} \ No newline at end of file +}