Sync with latest Komodo changes
This commit is contained in:
@@ -229,6 +229,12 @@ public:
|
||||
};
|
||||
|
||||
|
||||
uint256 BuildMerkleTree(bool* fMutated, const std::vector<uint256> leaves,
|
||||
std::vector<uint256> &vMerkleTree);
|
||||
|
||||
std::vector<uint256> GetMerkleBranch(int nIndex, int nLeaves, const std::vector<uint256> &vMerkleTree);
|
||||
|
||||
|
||||
/**
|
||||
* Custom serializer for CBlockHeader that omits the nonce and solution, for use
|
||||
* as input to Equihash.
|
||||
|
||||
Reference in New Issue
Block a user