From d653951ca123f158b23af49b1f5295d0449cc188 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 5 Jul 2023 08:42:55 -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 4590629..49ec08d 100644 --- a/design/metadata-overhead.md +++ b/design/metadata-overhead.md @@ -64,7 +64,7 @@ The block exchange engine requires support for querying blocks by their index an #### Announcing over the DHT -Also, datasets are now announced by their Merkle root instead of each individual block as was the case in the previous implementation. Announcing individual blocks is still supported, for example manifests are announced exactly the same as before, by their cid. Announcing individual blocks is also supported (but not required) and can be usefull in the case of bandwidth incentives. +Also, datasets are now announced by their Merkle root instead of each individual block as was the case in the previous implementation. Announcing individual blocks is still supported, for example manifests are announced exactly the same as before, by their cid. Announcing individual blocks is also supported (but not required) and can be useful in the case of bandwidth incentives. ### Block Stores and Local Repo