mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
remove duplicated words
This commit is contained in:
@@ -98,7 +98,7 @@ What if ParamBlockHash has leading zeros? Should this be prevented?
|
||||
|
||||
* If leading zeros are included, they should be compared to the actual block hash. (If they were truncated, fewer bytes would be compared.)
|
||||
* It is unlikely that the leading zeros will ever be necessary for sufficient precision, so the additional space is not a concern.
|
||||
* Since all block hashes are in principle shorter than than 29 bytes, ParamBlockHash may not be larger than 28 bytes.
|
||||
* Since all block hashes are in principle shorter than 29 bytes, ParamBlockHash may not be larger than 28 bytes.
|
||||
|
||||
Why is it safe to allow checking blocks as recently as the immediate previous block?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user