From 51a1489752328413e86edb7afcfe18d1adaf0b82 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 16 May 2023 06:46:51 +0000 Subject: [PATCH] Update src/api/chainHead_unstable_storage.md Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> --- 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 7d7808f..63444dc 100644 --- a/src/api/chainHead_unstable_storage.md +++ b/src/api/chainHead_unstable_storage.md @@ -10,7 +10,7 @@ **Return value**: String containing an opaque value representing the operation. -The JSON-RPC server must start obtaining the value of the entry with the given `key` from the storage, either from the main trie of from `childTrie`. +The JSON-RPC server must start obtaining the value of the entry with the given `key` from the storage, either from the main trie or from `childTrie`. The operation will continue even if the given block is unpinned while it is in progress.