From e39cc5ca94505061beb1c497e37ca93afded3e5d Mon Sep 17 00:00:00 2001 From: Krzysztof Lis Date: Wed, 27 Nov 2024 14:26:13 +0100 Subject: [PATCH] doc(pathfinder_rpc_api): PROOF_MISSING is 10001 --- doc/rpc/pathfinder_rpc_api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpc/pathfinder_rpc_api.json b/doc/rpc/pathfinder_rpc_api.json index 2b59ca96f3..9a76a11420 100644 --- a/doc/rpc/pathfinder_rpc_api.json +++ b/doc/rpc/pathfinder_rpc_api.json @@ -293,7 +293,7 @@ } }, "PROOF_MISSING": { - "code": 10000, + "code": 10001, "message": "Merkle trie proof is not available" }, "SUBSCRIPTION_TXN_HASH_NOT_FOUND": {