Skip to content

Commit

Permalink
add comment explaining execution_resources name is for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Mar 10, 2024
1 parent 6bb5edd commit 84416ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -510,4 +510,4 @@
}
}
}
}
}

0 comments on commit 84416ee

Please sign in to comment.