Add sapling nullifier set
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GetNullifier(const uint256 &nf) const {
|
||||
bool GetNullifier(const uint256 &nf, bool isSapling) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,8 @@ public:
|
||||
const uint256 &hashBlock,
|
||||
const uint256 &hashAnchor,
|
||||
CAnchorsMap &mapAnchors,
|
||||
CNullifiersMap &mapNullifiers) {
|
||||
CNullifiersMap &mapNullifiers,
|
||||
CNullifiersMap saplingNullifiersMap) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user