| 2678 | } |
| 2679 | |
| 2680 | CoinsCacheSizeState Chainstate::GetCoinsCacheSizeState() |
| 2681 | { |
| 2682 | AssertLockHeld(::cs_main); |
| 2683 | return this->GetCoinsCacheSizeState( |
| 2684 | m_coinstip_cache_size_bytes, |
| 2685 | m_mempool ? m_mempool->m_opts.max_size_bytes : 0); |
| 2686 | } |
| 2687 | |
| 2688 | CoinsCacheSizeState Chainstate::GetCoinsCacheSizeState( |
| 2689 | size_t max_coins_cache_size_bytes, |