mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 6b73eb9a1a into merged_master (Bitcoin PR bitcoin/bitcoin#31064)
This commit is contained in:
commit
4f35a50320
2 changed files with 8 additions and 5 deletions
|
|
@ -2203,6 +2203,8 @@ void Chainstate::InitCoinsDB(
|
|||
.obfuscate = true,
|
||||
.options = m_chainman.m_options.coins_db},
|
||||
m_chainman.m_options.coins_view);
|
||||
|
||||
m_coinsdb_cache_size_bytes = cache_size_bytes;
|
||||
}
|
||||
|
||||
void Chainstate::InitCoinsCache(size_t cache_size_bytes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue