wallet::CoinsResult::Erase

Remove the given outpoints from the stored coins.

Synopsis

Declared in <wallet/spend.h>

void
Erase(std::unordered_set<COutPoint, SaltedOutpointHasher> const& coins_to_remove);

Parameters

NameDescription
coins_to_removeThe outpoints to remove from the result.