Add consensus support for Sapling merkle trees.

This commit is contained in:
Sean Bowe
2018-05-06 23:27:52 -06:00
parent 85b39f57bb
commit 1f8be05b63
5 changed files with 47 additions and 25 deletions

View File

@@ -321,9 +321,6 @@ public:
//! Efficiently find an ancestor of this block.
CBlockIndex* GetAncestor(int height);
const CBlockIndex* GetAncestor(int height) const;
//! Get the root of the Sapling merkle tree (at the end of this block)
uint256 GetSaplingAnchorEnd() const;
};
/** Used to marshal pointers into hashes for db storage. */