Merge rust-bitcoin/rust-bitcoin#3850: Fix typo in MerkleBlock::from_block_with_predicate comment
d5de89259b
Fix typo in MerkleBlock::from_block_with_predicate comment (Jesus Christ) Pull request description: - Corrected a grammatical error by adding "are" to the comment in MerkleBlock::from_block_with_predicate. ACKs for top commit: clarkmoody: ACKd5de89259b
apoelstra: ACK d5de89259b64ed6d4756973073f06172d1d14090; successfully ran local tests storopoli: ACKd5de89259b
Tree-SHA512: 55595e8858e90ee5ab5ef7d592cf2c47dc593f303f3f60040f1612d92abcf4a4d0f9c9ad3bf7eece54f3078a3ab8ff92b36357be58db0919888e239a8a5c1a6b
This commit is contained in:
commit
8458ca5167
|
@ -146,7 +146,7 @@ impl Decodable for MerkleBlock {
|
|||
/// stored, and its children are not explored further. Otherwise, no hash is
|
||||
/// stored, but we recurse into both (or the only) child branch. During
|
||||
/// decoding, the same depth-first traversal is performed, consuming bits and
|
||||
/// hashes as they written during encoding.
|
||||
/// hashes as they are written during encoding.
|
||||
///
|
||||
/// The serialization is fixed and provides a hard guarantee about the
|
||||
/// encoded size:
|
||||
|
|
Loading…
Reference in New Issue