Pass mempool pointer to UnloadBlockIndex

This commit is contained in:
MarcoFalke
2020-07-19 20:30:18 +02:00
parent faec851b6e
commit fac674db20
5 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ void LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, FlatFi
/** Ensures we have a genesis block in the block tree, possibly writing one to disk. */
bool LoadGenesisBlock(const CChainParams& chainparams);
/** Unload database information */
void UnloadBlockIndex();
void UnloadBlockIndex(CTxMemPool* mempool);
/** Run an instance of the script checking thread */
void ThreadScriptCheck(int worker_num);
/**