Skip to content

Commit 1c7fd9a

Browse files
authored
Merge pull request bitcoin#1158 from tcharding/gramar-fix-bip-158
[BIP 158] Fix grammar - remove 'was chosen as'
2 parents 407d117 + 724a688 commit 1c7fd9a

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
@@ -299,9 +299,9 @@ one is able to select <code>P</code> and <code>M</code> independently, then
299299
setting <code>M=1.497137 * 2^P</code> is close to optimal
300300
<ref>https://gist.github.com/sipa/576d5f09c3b86c3b1b75598d799fc845</ref>.
301301

302-
Empirical analysis also shows that was chosen as these parameters minimize the
303-
bandwidth utilized, considering both the expected number of blocks downloaded
304-
due to false positives and the size of the filters themselves.
302+
Empirical analysis also shows that these parameters minimize the bandwidth
303+
utilized, considering both the expected number of blocks downloaded due to false
304+
positives and the size of the filters themselves.
305305

306306
The parameter <code>k</code> MUST be set to the first 16 bytes of the hash
307307
(in standard little-endian representation) of the block for which the filter is

0 commit comments

Comments
 (0)