Removes a coin from the running MuHash of the UTXO set.
Declared in <kernel/coinstats.h>
void
RemoveCoinHash(
MuHash3072& muhash,
COutPoint const& outpoint,
Coin const& coin);
| Name | Description |
|---|---|
| muhash | The rolling hash to update. |
| outpoint | The outpoint identifying the coin. |
| coin | The coin being removed. |