| 296 | inline bool WillErase(CoinsCachePair& current) const noexcept { return m_will_erase || current.second.coin.IsSpent(); } |
| 297 | size_t GetDirtyCount() const noexcept { return m_dirty_count; } |
| 298 | size_t GetTotalCount() const noexcept { return m_map.size(); } |
| 299 | private: |
| 300 | size_t& m_dirty_count; |
| 301 | CoinsCachePair& m_sentinel; |