Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
merkle.h
Go to the documentation of this file.
Definition: block.h:72
uint256 BlockMerkleRoot(const CBlock &block, bool *mutated=nullptr)
Definition: merkle.cpp:66
uint256 ComputeMerkleRoot(std::vector< uint256 > hashes, bool *mutated=nullptr)
Definition: merkle.cpp:46