From 0758d0bbc1d118abb2ebfbcc34a517c0aa8dba6d Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 5 Jul 2023 08:42:40 -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 37f90c7..e2adccb 100644 --- a/design/metadata-overhead.md +++ b/design/metadata-overhead.md @@ -60,7 +60,7 @@ The block hashes array is replaced by a Merkle tree. The Merkle tree should supp #### Block Exchange Engine -The block exchange engine requires support for querying blocks by their index and respective dataset Merkle root. It also requires returning the Merkle proofs along side the chunk so that it can be readilly verified. Scheduling blocks for retrieval should largely remain the same, but additional request and response messages are required. +The block exchange engine requires support for querying blocks by their index and respective dataset Merkle root. It also requires returning the Merkle proofs along side the chunk so that it can be readily verified. Scheduling blocks for retrieval should largely remain the same, but additional request and response messages are required. #### Announcing over the DHT