Skip to content

Commit

Permalink
Merge pull request #106 from starkware-libs/v0.12.1-1
Browse files Browse the repository at this point in the history
add revert reason to pending receipt (#106)
  • Loading branch information
ArielElp authored Jul 2, 2023
2 parents 338fd89 + 21be262 commit fbf8710
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,7 @@
}
},
"revert_reason":{
"title": "Revert reason",
"name": "revert reason",
"description": "the revert reason for the failed execution",
"type": "string"
Expand Down Expand Up @@ -2241,6 +2242,12 @@
"$ref": "#/components/schemas/EVENT"
}
},
"revert_reason":{
"title": "Revert reason",
"name": "revert reason",
"description": "the revert reason for the failed execution",
"type": "string"
},
"status":{
"title": "Transaction status",
"type": "string",
Expand Down

0 comments on commit fbf8710

Please sign in to comment.