Destructs all objects related to accessing the UTXO set.
| 589 | |
| 590 | //! Destructs all objects related to accessing the UTXO set. |
| 591 | void ResetCoinsViews() { m_coins_views.reset(); } |
| 592 | |
| 593 | //! The cache size of the on-disk coins view. |
| 594 | size_t m_coinsdb_cache_size_bytes{0}; |