mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
validation: remove unused mempool param in DetectSnapshotChainstate
This commit is contained in:
@@ -5768,7 +5768,7 @@ ChainstateManager::~ChainstateManager()
|
||||
m_versionbitscache.Clear();
|
||||
}
|
||||
|
||||
bool ChainstateManager::DetectSnapshotChainstate(CTxMemPool* mempool)
|
||||
bool ChainstateManager::DetectSnapshotChainstate()
|
||||
{
|
||||
assert(!m_snapshot_chainstate);
|
||||
std::optional<fs::path> path = node::FindSnapshotChainstateDir(m_options.datadir);
|
||||
|
||||
Reference in New Issue
Block a user