mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
Fix grammar - remove 'was chosen as'
This sentence grammatically incorrect Empirical analysis also shows that was chosen as these parameters ... Elect to fix the sentence to be: Empirical analysis also shows that these parameters ...
This commit is contained in:
parent
61ccc84930
commit
724a688cf9
1 changed files with 3 additions and 3 deletions
|
@ -299,9 +299,9 @@ one is able to select <code>P</code> and <code>M</code> independently, then
|
||||||
setting <code>M=1.497137 * 2^P</code> is close to optimal
|
setting <code>M=1.497137 * 2^P</code> is close to optimal
|
||||||
<ref>https://gist.github.com/sipa/576d5f09c3b86c3b1b75598d799fc845</ref>.
|
<ref>https://gist.github.com/sipa/576d5f09c3b86c3b1b75598d799fc845</ref>.
|
||||||
|
|
||||||
Empirical analysis also shows that was chosen as these parameters minimize the
|
Empirical analysis also shows that these parameters minimize the bandwidth
|
||||||
bandwidth utilized, considering both the expected number of blocks downloaded
|
utilized, considering both the expected number of blocks downloaded due to false
|
||||||
due to false positives and the size of the filters themselves.
|
positives and the size of the filters themselves.
|
||||||
|
|
||||||
The parameter <code>k</code> MUST be set to the first 16 bytes of the hash
|
The parameter <code>k</code> MUST be set to the first 16 bytes of the hash
|
||||||
(in standard little-endian representation) of the block for which the filter is
|
(in standard little-endian representation) of the block for which the filter is
|
||||||
|
|
Loading…
Add table
Reference in a new issue