From 0c43c9bb654e02bb5172feca18f53ef1629c7862 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Mon, 19 May 2025 15:44:37 +0200 Subject: [PATCH] fix `archive_v1_storage` wrong reference --- src/api/archive_v1_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/archive_v1_storage.md b/src/api/archive_v1_storage.md index 5cae9c0..60466d2 100644 --- a/src/api/archive_v1_storage.md +++ b/src/api/archive_v1_storage.md @@ -100,5 +100,5 @@ It is allowed (but discouraged) for the JSON-RPC server to provide the same info ## Possible errors -- A JSON-RPC error can be generated if the JSON-RPC client has to many active calls to `archive_v1_storageDiff`. +- A JSON-RPC error can be generated if the JSON-RPC client has to many active calls to `archive_v1_storage`. - 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).