Skip to content

Commit

Permalink
change invalid_txn_hash error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Nov 24, 2023
1 parent 7cdf65a commit 137ae7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"errors": [
{
"$ref": "#/components/errors/INVALID_TXN_HASH"
"$ref": "#/components/errors/TXN_HASH_NOT_FOUND"
},
{
"$ref": "#/components/errors/NO_TRACE_AVAILABLE"
Expand Down Expand Up @@ -479,9 +479,9 @@
"code": 20,
"message": "Contract not found"
},
"INVALID_TXN_HASH": {
"code": 25,
"message": "Invalid transaction hash"
"TXN_HASH_NOT_FOUND": {
"code": 29,
"message": "Transaction hash not found"
},
"BLOCK_NOT_FOUND": {
"code": 24,
Expand Down

0 comments on commit 137ae7c

Please sign in to comment.