Skip to content

Commit aae11cb

Browse files
Merge pull request #306 from FabijanC/fix-trace-description
Fix description of invocation in trace spec
2 parents 1ce332d + a1e7e1d commit aae11cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/starknet_trace_api_openrpc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"$ref": "#/components/schemas/FUNCTION_INVOCATION"
168168
},
169169
"execute_invocation": {
170-
"description": "the trace of the __execute__ call or constructor call, depending on the transaction type (none for declare transactions)",
170+
"description": "the trace of the __execute__ call",
171171
"oneOf": [
172172
{
173173
"$ref": "#/components/schemas/FUNCTION_INVOCATION"
@@ -244,7 +244,7 @@
244244
"$ref": "#/components/schemas/FUNCTION_INVOCATION"
245245
},
246246
"constructor_invocation": {
247-
"description": "the trace of the __execute__ call or constructor call, depending on the transaction type (none for declare transactions)",
247+
"description": "the trace of the constructor call",
248248
"$ref": "#/components/schemas/FUNCTION_INVOCATION"
249249
},
250250
"fee_transfer_invocation": {
@@ -278,7 +278,7 @@
278278
"description": "the execution trace of an L1 handler transaction",
279279
"properties": {
280280
"function_invocation": {
281-
"description": "the trace of the __execute__ call or constructor call, depending on the transaction type (none for declare transactions)",
281+
"description": "the trace of the L1 handler call",
282282
"$ref": "#/components/schemas/FUNCTION_INVOCATION"
283283
},
284284
"state_diff": {

0 commit comments

Comments
 (0)