diff --git a/src/util/merkleblock.rs b/src/util/merkleblock.rs index 74ee2f4b..9c241ca4 100644 --- a/src/util/merkleblock.rs +++ b/src/util/merkleblock.rs @@ -439,8 +439,6 @@ impl MerkleBlock { /// /// The `header` is the block header, `block_txids` is the full list of txids included in the block and /// `match_txids` is a set containing the transaction ids that should be included in the partial merkle tree. - /// ``` - pub fn from_header_txids( header: &BlockHeader, block_txids: &[Txid],