From b11fb1851b43709ff01782e3befd61e85e466853 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 8 Nov 2023 13:30:17 -0500 Subject: [PATCH] Fixes formatting --- 29.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/29.md b/29.md index b41bae9f..c54479f1 100644 --- a/29.md +++ b/29.md @@ -16,8 +16,8 @@ Request: ```js [     "HASH-REQ", -    , - "" +    "", +    ""     , , ] ``` @@ -40,6 +40,7 @@ Response:     "",     "" ] +``` The peer then compares the receiving hashes with those stored locally and, if different, creates a new filter to either refine the window size OR to download all events within the missing window.