Add wallet method to clear the note witness cache

This commit is contained in:
Jack Grigg
2016-09-16 18:02:49 +12:00
parent e81c2de753
commit 76b226586e
3 changed files with 53 additions and 0 deletions

View File

@@ -598,6 +598,8 @@ public:
*/
int64_t nWitnessCacheSize;
void ClearNoteWitnessCache();
protected:
void IncrementNoteWitnesses(const CBlockIndex* pindex,
const CBlock* pblock,