mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-28 08:29:31 +00:00
Make CanFlushToDisk a const member function
This commit is contained in:
parent
281cf99554
commit
5021810650
@ -564,7 +564,7 @@ public:
|
||||
|
||||
//! @returns whether or not the CoinsViews object has been fully initialized and we can
|
||||
//! safely flush this object to disk.
|
||||
bool CanFlushToDisk() EXCLUSIVE_LOCKS_REQUIRED(cs_main) {
|
||||
bool CanFlushToDisk() const EXCLUSIVE_LOCKS_REQUIRED(cs_main) {
|
||||
return m_coins_views && m_coins_views->m_cacheview;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user