mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
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:
parent
ceb9790341
commit
c541da0d62
3 changed files with 8 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue