aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-07-13 13:42:15 -0400
committerCarl Dong <contact@carldong.me>2022-07-15 12:26:20 -0400
commitaa306765419f7dbea12b12e15553039835ba0e4d (patch)
tree2d5dcfcc0e8746f7bfa07bb89b77251fab96e8c7 /src/init.cpp
parent06b88ffb8ae7f2b2a93a32908cd80e77fafd270c (diff)
downloadbitcoin-aa306765419f7dbea12b12e15553039835ba0e4d.tar.xz
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.
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
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;