validation: remove unused mempool param in DetectSnapshotChainstate

This commit is contained in:
Fabian Jahr
2023-10-03 00:18:53 +02:00
parent 1472df63f7
commit 0a39b8cbd8
3 changed files with 3 additions and 3 deletions

View File

@@ -1203,7 +1203,7 @@ public:
//! When starting up, search the datadir for a chainstate based on a UTXO
//! snapshot that is in the process of being validated.
bool DetectSnapshotChainstate(CTxMemPool* mempool) EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
bool DetectSnapshotChainstate() EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
void ResetChainstates() EXCLUSIVE_LOCKS_REQUIRED(::cs_main);