From 7420c04e841ec6617029ed0df316a52d78116b27 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:04:22 +0000 Subject: [PATCH] BIP157 grammar fixup: add missing word (#1711) --- bip-0157.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index d641a8e72a..e05b91f08a 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -396,7 +396,7 @@ Once the client has downloaded and verified all filter headers needed, ''and'' no outbound peers have sent conflicting headers, the client can download the actual block filters it needs. The client MAY backfill filter headers before the first verified one at this point if it only downloaded them starting at a later -point. Clients SHOULD persist the verified filter headers for last 100 blocks in +point. Clients SHOULD persist the verified filter headers for the last 100 blocks in the chain (or whatever finality depth is desired), to compare against headers received from new peers after restart. They MAY store more filter headers to avoid redownloading them if a rescan is later necessary.