summaryrefslogtreecommitdiff
path: root/bip-0157.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-08-09 18:17:41 +0000
committerGitHub <noreply@github.com>2018-08-09 18:17:41 +0000
commitfa7035f0a9196c99cbcc26e78fad6393b056563f (patch)
tree908b2eeebbdd2cb33703dab5bbe0f93b257f4abf /bip-0157.mediawiki
parent7e0ca933664691ea5ce88017a0f0de5f4a98206e (diff)
parentb88d5b6b5cc660613f92e1b78614380c5cde0667 (diff)
downloadbips-fa7035f0a9196c99cbcc26e78fad6393b056563f.tar.xz
Merge pull request #699 from jimpo/bip-157-158
Tweaks to BIP 157/158
Diffstat (limited to 'bip-0157.mediawiki')
-rw-r--r--bip-0157.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki
index 565a941..4a47706 100644
--- a/bip-0157.mediawiki
+++ b/bip-0157.mediawiki
@@ -168,7 +168,7 @@ fields:
# Nodes SHOULD NOT send <code>getcfilters</code> unless the peer has signaled support for this filter type. Nodes receiving <code>getcfilters</code> with an unsupported filter type SHOULD NOT respond.
# StopHash MUST be known to belong to a block accepted by the receiving peer. This is the case if the peer had previously sent a <code>headers</code> or <code>inv</code> message with that block or any descendents. A node that receives <code>getcfilters</code> with an unknown StopHash SHOULD NOT respond.
-# The height of the block with hash StopHash MUST be greater than or equal to StartHeight, and the difference MUST be strictly less than 1,000.
+# The height of the block with hash StopHash MUST be greater than or equal to StartHeight, and the difference MUST be strictly less than 100.
# The receiving node MUST respond to valid requests by sending one <code>cfilter</code> message for each block in the requested range, sequentially in order by block height.
==== cfilter ====