[#TxoSpenderIndex-CustomRemove] = xref:TxoSpenderIndex.adoc[TxoSpenderIndex]::CustomRemove :relfileprefix: ../ :mrdocs: Erase the spend records for a block being disconnected. == Synopsis Declared in `<index/txospenderindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CustomRemove(xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block) override; ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the block being removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#