summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2018-07-09 23:44:03 -0700
committerJim Posen <jim.posen@gmail.com>2018-07-09 23:44:03 -0700
commitf4948ddb4f4a2b536e774d7d80ad281b67c26a30 (patch)
treeb4347e618cbed8f6326877fc3a827fc0900785f7
parent34dac53cc16e0e90d4975f2ec1e653c042d5c2a1 (diff)
downloadbips-f4948ddb4f4a2b536e774d7d80ad281b67c26a30.tar.xz
BIP 157: Limit getcfilter requests to 100 filters.
-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 ====