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