Function darkfi::blockchain::block_store::append_tx_to_merkle_tree

source ยท
pub fn append_tx_to_merkle_tree(tree: &mut MerkleTree, tx: &Transaction)
Expand description

Auxiliary function to append a transaction to a Merkle tree.