Skip to content

Commit 2a49a2a

Browse files
committed
Fix nonce error to be OpenRPC compliant
1 parent 2f71620 commit 2a49a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/starknet_write_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"INVALID_TRANSACTION_NONCE": {
252252
"code": 52,
253253
"message": "Invalid transaction nonce",
254-
"data": "Invalid transaction nonce of contract at address <ADDRESS>. Account nonce: <NONCE>; got: <PAYLOAD_NONCE>."
254+
"data": "string"
255255
},
256256
"INSUFFICIENT_RESOURCES_FOR_VALIDATE": {
257257
"code": 53,

0 commit comments

Comments
 (0)