From fac674db200e6b2d5b32069335fb24e713d7b69f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 19 Jul 2020 20:30:18 +0200 Subject: Pass mempool pointer to UnloadBlockIndex --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 1c89e2eeff..2bd1a5308c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1566,7 +1566,7 @@ bool AppInitMain(const util::Ref& context, NodeContext& node) chainman.m_total_coinstip_cache = nCoinCacheUsage; chainman.m_total_coinsdb_cache = nCoinDBCache; - UnloadBlockIndex(); + UnloadBlockIndex(node.mempool); // new CBlockTreeDB tries to delete the existing file, which // fails if it's still open from the previous loop. Close it first: -- cgit v1.2.3