Identifies blocks which coinbase output was subsequently overwritten in the UTXO set (see BIP30).
Declared in <validation.h>
bool
IsBIP30Unspendable(
uint256 const& block_hash,
int block_height);
true if the block's coinbase output is unspendable under BIP30.
| Name | Description |
|---|---|
| block_hash | Hash of the block being checked. |
| block_height | Height of the block being checked. |