Skip to content

Commit

Permalink
Update src/api/archive_unstable_call.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Wilson <james@jsdw.me>
  • Loading branch information
lexnv and jsdw authored Feb 26, 2024
1 parent e6f1e5a commit 89b6135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/archive_unstable_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ If the height of the block hash provided is greater than the current finalized b
## Possible errors

- A JSON-RPC error if the provided parameters are invalid.
- `{ "success": false, "error": ... }` is returned if a problem happens during the call, such as a Wasm trap, runtime panics, function not supported etc.
- `{ "success": false, "error": ... }` is returned if a problem happens during the call, such as a Wasm trap, runtime panics, function not supported etc. The `error` isn't meant to be shown to end users, but is for developers to understand the problem.

0 comments on commit 89b6135

Please sign in to comment.