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.
This commit is contained in:
Carl Dong
2021-09-21 12:10:51 -04:00
parent ceb9790341
commit c541da0d62
3 changed files with 8 additions and 2 deletions

View File

@@ -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(