Skip to content

Commit

Permalink
add required to execution invocation when failed (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Mar 5, 2024
1 parent 7ae9e7b commit 6bb5edd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@
"description": "the revert reason for the failed execution",
"type": "string"
}
}
},
"required": [
"revert_reason"
]
}
]
},
Expand Down

0 comments on commit 6bb5edd

Please sign in to comment.