Auto merge of #1444 - str4d:1394-reindex-clear-witness-caches, r=str4d
Clear note witness caches on reindexing This PR also fixes a test that was passing arguments in the wrong order. Closes #1394
This commit is contained in:
@@ -598,6 +598,8 @@ public:
|
||||
*/
|
||||
int64_t nWitnessCacheSize;
|
||||
|
||||
void ClearNoteWitnessCache();
|
||||
|
||||
protected:
|
||||
void IncrementNoteWitnesses(const CBlockIndex* pindex,
|
||||
const CBlock* pblock,
|
||||
|
||||
Reference in New Issue
Block a user