Skip to content

Commit a758915

Browse files
authored
Merge pull request bitcoin#857 from Roasbeef/bip-157-filter-request-limit
BIP-0157: increase max getcfilters request to 1k blocks
2 parents ba804c9 + 898559f commit a758915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0157.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ fields:
168168

169169
# 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.
170170
# 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.
171-
# 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.
171+
# The height of the block with hash StopHash MUST be greater than or equal to StartHeight, and the difference MUST be strictly less than 1000.
172172
# 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.
173173
174174
==== cfilter ====

0 commit comments

Comments
 (0)