Use global mempool nullifier count, not local wallet nullifier count
This commit is contained in:
@@ -888,6 +888,10 @@ bool CTxMemPool::IsFullyNotified() {
|
||||
return nRecentlyAddedSequence == nNotifiedSequence;
|
||||
}
|
||||
|
||||
std::map<uint256, const CTransaction*> CTxMemPool::getNullifiers() {
|
||||
return mapSaplingNullifiers;
|
||||
}
|
||||
|
||||
CCoinsViewMemPool::CCoinsViewMemPool(CCoinsView *baseIn, CTxMemPool &mempoolIn) : CCoinsViewBacked(baseIn), mempool(mempoolIn) { }
|
||||
|
||||
bool CCoinsViewMemPool::GetNullifier(const uint256 &nf, ShieldedType type) const
|
||||
|
||||
Reference in New Issue
Block a user