Skip to content

Commit 10fbc7b

Browse files
committed
fix: fixed server tests
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
1 parent 257ee58 commit 10fbc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
},
12171217
"nonce": {
12181218
"$ref": "#/components/schemas/uint",
1219-
"description": "The nonce of the account, represented as an unsigned integer."
1219+
"description": "The latest nonce of the account, represented as an unsigned integer. Historical nonces are not stored due to performance and storage concerns."
12201220
},
12211221
"code": {
12221222
"$ref": "#/components/schemas/bytes",

0 commit comments

Comments
 (0)