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

Name

Description

block_index

Block index entry of the block being checked.

Created with MrDocs