[#IsBIP30Repeat] = IsBIP30Repeat :mrdocs: Identifies blocks that overwrote an existing coinbase output in the UTXO set (see BIP30). == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsBIP30Repeat(xref:CBlockIndex.adoc[CBlockIndex] const& block_index); ---- == Return Value true if the block is a BIP30 repeat. == Parameters [cols="1,4"] |=== | Name| Description | *block_index* | Block index entry of the block being checked. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#