fix(docs): fix bitcoin::block::Header link

This commit is contained in:
Luis Schwab 2026-01-19 17:12:55 -03:00
parent 4b98565ee2
commit df6675dc09
No known key found for this signature in database
GPG Key ID: 1446FBD798D09B5C

View File

@ -13,7 +13,7 @@ use bitcoin::Txid;
/// otherwise.
///
/// [`transaction_get_merkle`]: crate::ElectrumApi::transaction_get_merkle
/// [`BlockHeader`]: bitcoin::BlockHeader
/// [`BlockHeader`]: bitcoin::block::Header
pub fn validate_merkle_proof(
txid: &Txid,
merkle_root: &TxMerkleNode,