MCPcopy Create free account
hub / github.com/ElementsProject/elements / EraseLockedUTXO

Method EraseLockedUTXO

src/wallet/walletdb.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327bool WalletBatch::EraseLockedUTXO(const COutPoint& output)
328{
329 return EraseIC(std::make_pair(DBKeys::LOCKED_UTXO, std::make_pair(output.hash, output.n)));
330}
331
332class CWalletScanState {
333public:

Callers 2

UnlockCoinMethod · 0.80
UnlockAllCoinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected