diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2023-10-03 00:18:53 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2023-10-06 18:11:24 +0200 |
commit | 0a39b8cbd88e9a496823b36feed77d137ccd894c (patch) | |
tree | 7da58ac7faf30d8cf5139f9e446f09d25e769ed7 /src/validation.h | |
parent | 1472df63f7a1a331440ca2bb37609a1393657da2 (diff) |
validation: remove unused mempool param in DetectSnapshotChainstate
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
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); |