diff options
author | Tobin Harding <me@tobin.cc> | 2021-08-17 18:41:50 +1000 |
---|---|---|
committer | Tobin Harding <me@tobin.cc> | 2021-08-17 18:41:50 +1000 |
commit | 724a688cf9bf7b46a119e5d3b0e5a7f17a3a9bdc (patch) | |
tree | 3470f291e7e117aa42590fa7f3606d02687625c6 /bip-0158.mediawiki | |
parent | 61ccc84930051e5b4a99926510d0db4a8475a4e6 (diff) |
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 ...
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index ce4a4af..484e674 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -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 <ref>https://gist.github.com/sipa/576d5f09c3b86c3b1b75598d799fc845</ref>. -Empirical analysis also shows that was chosen as these parameters minimize the -bandwidth utilized, considering both the expected number of blocks downloaded -due to false positives and the size of the filters themselves. +Empirical analysis also shows that these parameters minimize the bandwidth +utilized, considering both the expected number of blocks downloaded due to false +positives and the size of the filters themselves. 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 |