bitcoin: fix typo

This commit is contained in:
calciumbe 2024-12-23 20:34:54 +08:00
parent bfac237287
commit bcf8580913
No known key found for this signature in database
GPG Key ID: 92A6C8D87253B95C
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ impl_hashencode!(WitnessMerkleNode);
/// Other Merkle trees in Bitcoin, such as those used in Taproot commitments,
/// do not use this algorithm and cannot use this trait.
pub trait MerkleNode: Copy {
/// The hash (TXID or WTXID) of a transaciton in the tree.
/// The hash (TXID or WTXID) of a transaction in the tree.
type Leaf: TxIdentifier;
/// Convert a hash to a leaf node of the tree.