Add support for PopAnchor(.., SPROUT/SAPLING)

This commit is contained in:
Sean Bowe
2018-05-06 19:05:11 -06:00
parent 27616b9a04
commit c643ff0b51
4 changed files with 30 additions and 16 deletions

View File

@@ -484,7 +484,7 @@ public:
// Removes the current commitment root from mapAnchors and sets
// the new current root.
void PopAnchor(const uint256 &rt);
void PopAnchor(const uint256 &rt, ShieldedType type);
// Marks nullifiers for a given transaction as spent or not.
void SetNullifiers(const CTransaction& tx, bool spent);