[#CoinsViews-m_connect_block_view] = xref:CoinsViews.adoc[CoinsViews]::m_connect_block_view :relfileprefix: ../ :mrdocs: Reused CoinsViewOverlay layered on top of m_cacheview and passed to ConnectBlock(). Reset between calls and flushed only on success, so invalid blocks don't pollute the underlying cache. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1b986f98), guarded_by(0x7f2e275ffe68), guarded_by(0x7f2e372f0e48), guarded_by(0x7f2e2b182ed8)]] std::unique_ptr<CoinsViewOverlay> m_connect_block_view; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#