From 5124624e8da88970660bee2a2f22b855b40e5e6d Mon Sep 17 00:00:00 2001 From: Andrew <37044735+arterialist@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:46:40 +0700 Subject: [PATCH] fix: reference correct lines for liteserver getConfigAll request and response --- docs/v3/documentation/data-formats/tlb/proofs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/documentation/data-formats/tlb/proofs.mdx b/docs/v3/documentation/data-formats/tlb/proofs.mdx index 01d4bdf8a9..cd9e09f80f 100644 --- a/docs/v3/documentation/data-formats/tlb/proofs.mdx +++ b/docs/v3/documentation/data-formats/tlb/proofs.mdx @@ -708,8 +708,8 @@ you check proofs similar but in that case you really need to compare hashes. ## Config -Let's ask a Liteserver for 1, 4, 5, 7, 8 and 15 [Config params](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L83) (for [liteServer.getConfigAll](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L82) where you get all params, the proof verifying is the same). -The [response](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L53) contains `state_proof` and `config_proof`. +Let's ask a Liteserver for 1, 4, 5, 7, 8 and 15 [Config params](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L83) (for [liteServer.getConfigAll](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L100) where you get all params, the proof verifying is the same). +The [response](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L54) contains `state_proof` and `config_proof`. First, let's deserialize the `state_proof` Cell: