kernel::RemoveCoinHash

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

NameDescription
muhashThe rolling hash to update.
outpointThe outpoint identifying the coin.
coinThe coin being removed.