From 3c06388bbff80de84bd87c9fbed9b809e15742ef Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 5 Jul 2023 08:42:47 -0600 Subject: [PATCH] Update design/metadata-overhead.md Co-authored-by: markspanbroek --- design/metadata-overhead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/metadata-overhead.md b/design/metadata-overhead.md index e2adccb..4590629 100644 --- a/design/metadata-overhead.md +++ b/design/metadata-overhead.md @@ -50,7 +50,7 @@ As already mentioned, the new mechanism proposed here, removes the blocks array ## Implementation overview -This mechanism require an efficient Merkle tree implementation, which also allows persisting the leafs and intermediary hashes to disk; changes to the block exchange engine to support querying blocks by root hash and block index; and integration with the block store abstraction. +This mechanism requires an efficient Merkle tree implementation, which also allows persisting the leafs and intermediary hashes to disk; changes to the block exchange engine to support querying blocks by root hash and block index; and integration with the block store abstraction. ### Merkle Tree