Skip to content

Commit f9274b1

Browse files
lexnvtomaka
andauthored
Update src/api/chainHead_unstable_call.md
Co-authored-by: Pierre Krieger <[email protected]>
1 parent 6bbff03 commit f9274b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/chainHead_unstable_call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This function should be seen as a complement to `chainHead_unstable_follow`, all
6060
- If the method to call doesn't exist in the Wasm runtime of the chain, then an `{"event": "operationError"}` notification is generated.
6161
- If the runtime call fails (e.g. because it triggers a panic in the runtime, running out of memory, etc., or if the runtime call takes too much time), then an `{"event": "operationError"}` notification is generated.
6262
- A JSON-RPC error with error code `-32801` is generated if the block hash passed as parameter doesn't correspond to any block that has been reported by `chainHead_unstable_follow`, or the block hash has been unpinned.
63-
- A JSON-RPC error with error code `-32802` is generated if the `followSubscription` corresponds to a follow where `withRuntime` was `̀false`.
63+
- A JSON-RPC error with error code `-32802` is generated if the `followSubscription` corresponds to a follow where `withRuntime` was `false`.
6464
- A JSON-RPC error with error code `-32602` is generated if one of the parameters doesn't correspond to the expected type (similarly to a missing parameter or an invalid parameter type).
6565

6666
## About `callParameters`

0 commit comments

Comments
 (0)