delete more sprout shite, faster syncing

This commit is contained in:
Duke Leto
2020-12-04 08:36:28 -05:00
parent e7b3bb90f7
commit fb1facc821
4 changed files with 16 additions and 40 deletions

View File

@@ -19,11 +19,10 @@
* *
******************************************************************************/
#ifndef BITCOIN_TXMEMPOOL_H
#define BITCOIN_TXMEMPOOL_H
#ifndef HUSH_TXMEMPOOL_H
#define HUSH_TXMEMPOOL_H
#include <list>
#include "addressindex.h"
#include "spentindex.h"
#include "amount.h"
@@ -153,6 +152,7 @@ private:
uint64_t nRecentlyAddedSequence = 0;
uint64_t nNotifiedSequence = 0;
//TODO: remove, requires refactoring
std::map<uint256, const CTransaction*> mapSproutNullifiers;
std::map<uint256, const CTransaction*> mapSaplingNullifiers;
@@ -298,4 +298,4 @@ public:
bool HaveCoins(const uint256 &txid) const;
};
#endif // BITCOIN_TXMEMPOOL_H
#endif // HUSH_TXMEMPOOL_H