Skip to content

Commit df6675d

Browse files
committed
fix(docs): fix bitcoin::block::Header link
1 parent 4b98565 commit df6675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use bitcoin::Txid;
1313
/// otherwise.
1414
///
1515
/// [`transaction_get_merkle`]: crate::ElectrumApi::transaction_get_merkle
16-
/// [`BlockHeader`]: bitcoin::BlockHeader
16+
/// [`BlockHeader`]: bitcoin::block::Header
1717
pub fn validate_merkle_proof(
1818
txid: &Txid,
1919
merkle_root: &TxMerkleNode,

0 commit comments

Comments
 (0)