IsBIP30Repeat

Identifies blocks that overwrote an existing coinbase output in the UTXO set (see BIP30).

Synopsis

Declared in <validation.h>

bool
IsBIP30Repeat(CBlockIndex const& block_index);

Return Value

true if the block is a BIP30 repeat.

Parameters

NameDescription
block_indexBlock index entry of the block being checked.