pub fn append_tx_to_merkle_tree(tree: &mut MerkleTree, tx: &Transaction)Expand description
Auxiliary function to append a transaction to a Merkle tree.
pub fn append_tx_to_merkle_tree(tree: &mut MerkleTree, tx: &Transaction)Auxiliary function to append a transaction to a Merkle tree.