From aa306765419f7dbea12b12e15553039835ba0e4d Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 13 Jul 2022 13:42:15 -0400 Subject: Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernel It is no longer used by anything inside libbitcoinkernel, move it to node/mempool_persist_args.h where it belongs. --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 542b6f105f..c46205d583 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -109,6 +109,7 @@ using node::CalculateCacheSizes; using node::ChainstateLoadVerifyError; using node::ChainstateLoadingError; using node::CleanupBlockRevFiles; +using node::DEFAULT_PERSIST_MEMPOOL; using node::DEFAULT_PRINTPRIORITY; using node::DEFAULT_STOPAFTERBLOCKIMPORT; using node::LoadChainstate; -- cgit v1.2.3