Skip to content

Commit af134f3

Browse files
author
MarcoFalke
authored
Update bip-0158.mediawiki
Fix: * Render issue in `<ref>` tag (c.f. https://en.bitcoin.it/wiki/BIP_0158#Contents) * Remove remnants of the second filter type
1 parent b572303 commit af134f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0158.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This BIP describes a structure for compact filters on block data, for use in the
1919
BIP 157 light client protocol<ref>bip-0157.mediawiki</ref>. The filter
2020
construction proposed is an alternative to Bloom filters, as used in BIP 37,
2121
that minimizes filter size by using Golomb-Rice coding for compression. This
22-
document specifies two initial types of filters based on this construction that
22+
document specifies one initial filter type based on this construction that
2323
enables basic wallets and applications with more advanced smart contracts.
2424

2525
== Motivation ==
@@ -284,7 +284,7 @@ We exclude all outputs that start with <code>OP_RETURN</code> in order to allow
284284
filters to easily be committed to in the future via a soft-fork. A likely area
285285
for future commitments is an additional <code>OP_RETURN</code> output in the
286286
coinbase transaction similar to the current witness commitment
287-
<ref>https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki</rev>. By
287+
<ref>https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki</ref>. By
288288
excluding all <code>OP_RETURN</code> outputs we avoid a circular dependency
289289
between the commitment, and the item being committed to.
290290

@@ -322,7 +322,7 @@ This BIP allocates a new service bit:
322322
|-
323323
| NODE_COMPACT_FILTERS
324324
| style="white-space: nowrap;" | <code>1 << 6</code>
325-
| If enabled, the node MUST respond to all BIP 157 messages for filter types <code>0x00</code> and <code>0x01</code>
325+
| If enabled, the node MUST respond to all BIP 157 messages for filter type <code>0x00</code>
326326
|}
327327

328328
== Compatibility ==

0 commit comments

Comments
 (0)