From 3313139a90ba57a2158b0f403bcdafa70ad5f0c3 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 16 May 2023 10:31:22 +0200 Subject: [PATCH] Text tweak --- src/api/chainHead_unstable_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/chainHead_unstable_storage.md b/src/api/chainHead_unstable_storage.md index a268d60..9cfcc62 100644 --- a/src/api/chainHead_unstable_storage.md +++ b/src/api/chainHead_unstable_storage.md @@ -67,7 +67,7 @@ If the `type` parameter was `"value"` or `"descendants-values"`, then the `value If the `type` parameter was `"hash"` or `"descendants-hashes"`, then the `hash` field is set. The `hash` field a string containing the hexadecimal-encoded hash of the storage entry. -If the `type` parameter was `"closest-ancestor-merkle-value"`, then the `merkle-value` field is set and the `key` field indicates which closest ancestor has been found. The `merkle-value` field a string containing the hexadecimal-encoded Merkle value of the storage entry or its closest ancestor. +If the `type` parameter was `"closest-ancestor-merkle-value"`, then the `merkle-value` field is set and the `key` field indicates which closest ancestor has been found. The `merkle-value` field a string containing the hexadecimal-encoded Merkle value of the storage item indicated by the `key` field. Only one of `value`, `hash` or `merkle-value` are set at any given time.