Skip to content

Commit eef47b0

Browse files
committed
Fix typos
1 parent 336d365 commit eef47b0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

api/starknet_write_api.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
},
251251
"INVALID_TRANSACTION_NONCE": {
252252
"code": 52,
253-
"message": "Invalid transaction nonce"
253+
"message": "Invalid transaction nonce",
254+
"data": "Invalid transaction nonce of contract at address <ADDRESS>. Account nonce: <NONCE>; got: <PAYLOAD_NONCE>."
254255
},
255256
"INSUFFICIENT_RESOURCES_FOR_VALIDATE": {
256257
"code": 53,
@@ -301,13 +302,11 @@
301302
},
302303
"REPLACEMENT_TRANSACTION_UNDERPRICED": {
303304
"code": 64,
304-
"message": "Replacement transaction is underpriced",
305-
"data": "string"
305+
"message": "Replacement transaction is underpriced"
306306
},
307307
"FEE_BELOW_MINIMUM": {
308308
"code": 65,
309-
"message": "Transcation Fee below minimum",
310-
"data": "string"
309+
"message": "Transaction fee below minimum"
311310
}
312311
}
313312
}

0 commit comments

Comments
 (0)