[#kernel-RemoveCoinHash] = xref:kernel.adoc[kernel]::RemoveCoinHash :relfileprefix: ../ :mrdocs: Removes a coin from the running MuHash of the UTXO set. == Synopsis Declared in `<kernel/coinstats.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RemoveCoinHash( xref:MuHash3072.adoc[MuHash3072]& muhash, xref:COutPoint.adoc[COutPoint] const& outpoint, xref:Coin-04.adoc[Coin] const& coin); ---- == Parameters [cols="1,4"] |=== | Name| Description | *muhash* | The rolling hash to update. | *outpoint* | The outpoint identifying the coin. | *coin* | The coin being removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#