Skip to content

Commit edbfb50

Browse files
committed
Update
1 parent 33b14fb commit edbfb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk-and-tools/rest-api/iterate-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This endpoint will only work if the node's `config.toml` file has the following
146146
- When `newIteratorState` is null, all keys have been retrieved.
147147
- If `iteratorState` is an empty array (`[]`) in the request, iteration starts from the beginning of the trie.
148148
- If `numKeys` is 0, the server will return as many keys as possible until all are retrieved or until the `TrieOperationsDeadlineMilliseconds` timeout is reached.
149-
- If retrieving `numKeys` takes more time than the timeout, the request will return the keys collected up to that point.
149+
- If retrieving `numKeys` takes more time than the configured timeout, the request will return the keys collected up to that point.
150150
- Use `?blockNonce={blockNonce}` to ensure all requests iterate the same trie root, even if the account changes between requests.
151151

152152
[comment]: # (mx-context-auto)

0 commit comments

Comments
 (0)