Skip to content

Commit

Permalink
update pending receipt fianlity status
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Feb 18, 2024
1 parent 964f314 commit fe8266c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2852,6 +2852,7 @@
},
"finality_status": {
"title": "Finality status",
"description": "finality status of the tx, which is ACCEPTED_ON_L2 when included in a pending receipt, and can be ACCEPTED_ON_L1 when part of a getBlockWithReceipts response",
"$ref": "#/components/schemas/TXN_FINALITY_STATUS"
},
"block_hash": {
Expand Down Expand Up @@ -3246,11 +3247,7 @@
},
"finality_status": {
"title": "Finality status",
"type": "string",
"enum": [
"ACCEPTED_ON_L2"
],
"description": "The finality status of the transaction"
"$ref": "#/components/schemas/TXN_FINALITY_STATUS"
},
"execution_status": {
"title": "Execution status",
Expand Down

0 comments on commit fe8266c

Please sign in to comment.