Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
uint256 | ComputeMerkleRoot (std::vector< uint256 > hashes, bool *mutated=nullptr) |
uint256 | BlockMerkleRoot (const CBlock &block, bool *mutated=nullptr) |
Compute the Merkle root of the transactions in a block. More... | |
Compute the Merkle root of the transactions in a block.
*mutated is set to true if a duplicated subtree was found.
Definition at line 69 of file merkle.cpp.
Definition at line 44 of file merkle.cpp.