Identifies blocks which coinbase output was subsequently overwritten in the UTXO set (see BIP30).

Synopsis

Declared in <validation.h>

bool
IsBIP30Unspendable(
    uint256 const& block_hash,
    int block_height);

Return Value

true if the block's coinbase output is unspendable under BIP30.

Parameters

Name

Description

block_hash

Hash of the block being checked.

block_height

Height of the block being checked.

Created with MrDocs