summaryrefslogtreecommitdiff
path: root/bip-0158.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r--bip-0158.mediawiki9
1 files changed, 4 insertions, 5 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki
index 63cf5be..535ffd9 100644
--- a/bip-0158.mediawiki
+++ b/bip-0158.mediawiki
@@ -50,8 +50,7 @@ following functions are used in the pseudocode in this document:
* <code>write_bit(stream, b)</code> appends the bit <code>b</code> to the end of the stream
* <code>read_bit(stream)</code> reads the next available bit from the stream
* <code>write_bits_big_endian(stream, n, k)</code> appends the <code>k</code> least significant bits of integer <code>n</code> to the end of the stream in big-endian bit order
-* <code>read_bits_big_endian(stream, k)</code> reads the next available
-* <code>k</code> bits from the stream and interprets them as the least significant bits of a big-endian integer
+* <code>read_bits_big_endian(stream, k)</code> reads the next available <code>k</code> bits from the stream and interprets them as the least significant bits of a big-endian integer
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
@@ -267,8 +266,8 @@ against the decompressed GCS contents. See
This BIP defines one initial filter type:
* Basic (<code>0x00</code>)
- * <code>M = 784931</code>
- * <code>P = 19</code>
+** <code>M = 784931</code>
+** <code>P = 19</code>
==== Contents ====
@@ -442,4 +441,4 @@ Test vectors for basic block filters on five testnet blocks, including the filte
== Copyright ==
-This document is licensed under the Creative Commons CC0 1.0 Universal lisence.
+This document is licensed under the Creative Commons CC0 1.0 Universal license.