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

Name

Description

coins_to_remove

The outpoints to remove from the result.

Created with MrDocs