aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-09-21 12:10:51 -0400
committerCarl Dong <contact@carldong.me>2021-12-07 14:48:49 -0500
commitc541da0d62eaf5e96eca00d7508899f98bdfc1bc (patch)
tree0abe8e218e7099cce8bd26c9d9ba9bb601a80bb3 /src/init.cpp
parentceb979034184345a662be4e3b327a573fbb31c63 (diff)
downloadbitcoin-c541da0d62eaf5e96eca00d7508899f98bdfc1bc.tar.xz
node/chainstate: Add options for in-memory DBs
[META] In a future commit, these options will be used in TestingSetup to ensure that the DBs are in-memory.
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 3cac626e9d..56debdd245 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1415,6 +1415,8 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
cache_sizes.block_tree_db,
cache_sizes.coins_db,
cache_sizes.coins,
+ false,
+ false,
ShutdownRequested,
[]() {
uiInterface.ThreadSafeMessageBox(