Remove empty code block

This commit is contained in:
Roman Zeyde 2020-08-06 21:01:40 +03:00 committed by Sebastian
parent 0300037d5a
commit 0a25d87f2e
1 changed files with 0 additions and 2 deletions

View File

@ -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],