aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2023-10-03 00:18:53 +0200
committerFabian Jahr <fjahr@protonmail.com>2023-10-06 18:11:24 +0200
commit0a39b8cbd88e9a496823b36feed77d137ccd894c (patch)
tree7da58ac7faf30d8cf5139f9e446f09d25e769ed7 /src/validation.h
parent1472df63f7a1a331440ca2bb37609a1393657da2 (diff)
validation: remove unused mempool param in DetectSnapshotChainstate
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 94a00e44a4..33d97f0b20 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -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);