Remove empty code block
This commit is contained in:
parent
0300037d5a
commit
0a25d87f2e
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue