diff options
author | Tobin Harding <me@tobin.cc> | 2021-09-16 08:07:36 +1000 |
---|---|---|
committer | Tobin Harding <me@tobin.cc> | 2021-09-16 08:12:32 +1000 |
commit | b7ff66843e74a4c7cd7df30e17e8fd98a3bcf482 (patch) | |
tree | bca858ffec906c636bf49643e4fda79127f2aa10 /bip-0157.mediawiki | |
parent | bd943663d6908679ca4f94276589ef402f865739 (diff) |
[BIP 157] Add missing words to sentence
This sentence does not quite make sense
... the size of a cfcheckpt message is not drastically from a cfheaders
between two checkpoints. ...
Change it to be
... the size of a cfcheckpt message is not drastically different from a
cfheaders message between two checkpoints. ...
Diffstat (limited to 'bip-0157.mediawiki')
-rw-r--r-- | bip-0157.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index bb864aa..d641a8e 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -431,9 +431,9 @@ document proposes a solution purely at the P2P layer. The constant interval of 1,000 blocks between checkpoints was chosen so that, given the current chain height and rate of growth, the size of a -<code>cfcheckpt</code> message is not drastically from a -<code>cfheaders</code> between two checkpoints. Also, 1,000 is a nice round -number, at least to those of us who think in decimal. +<code>cfcheckpt</code> message is not drastically different from a +<code>cfheaders</code> message between two checkpoints. Also, 1,000 is a nice +round number, at least to those of us who think in decimal. == Compatibility == |