From 0a25d87f2ef2df2fd0a34c4777983942c6c0b192 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 6 Aug 2020 21:01:40 +0300 Subject: [PATCH] Remove empty code block --- src/util/merkleblock.rs | 2 -- 1 file changed, 2 deletions(-) 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],