CCoinsViewCache::BatchWrite

Write flagged coins from a cursor into this cache and update the best block.

Synopsis

Declared in <coins.h>

virtual
void
BatchWrite(
    CoinsViewCacheCursor& cursor,
    uint256 const& block_hash) override;

Parameters

NameDescription
cursorCursor iterating the flagged coin entries to write.
block_hashNew best block hash to record.