Consume the cursor without writing anything.

Synopsis

Declared in <coins.h>

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

Parameters

Name

Description

cursor

Cursor whose entries are iterated and cleared.

block_hash

New best block hash (ignored).

Created with MrDocs