Skip to content

Commit bee8868

Browse files
authored
docs: improve operationInaccessible event (#122)
1 parent 7726078 commit bee8868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/chainHead_unstable_follow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ No more event will be generated with this `operationId`.
247247

248248
`operationId` is a string returned by `chainHead_unstable_body`, `chainHead_unstable_call`, or `chainHead_unstable_storage`.
249249

250-
The `operationInaccessible` event is produced if the JSON-RPC server was incapable of obtaining the storage items necessary for the given operation.
250+
The `operationInaccessible` event is produced if the JSON-RPC server fails to retrieve either the block body or the necessary storage items for the given operation.
251251

252252
Contrary to the `operationError` event, repeating the same operation in the future might succeed.
253253

0 commit comments

Comments
 (0)