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

Method isSpent

src/txmempool.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487bool CTxMemPool::isSpent(const COutPoint& outpoint) const
488{
489 LOCK(cs);
490 return mapNextTx.count(outpoint);
491}
492
493unsigned int CTxMemPool::GetTransactionsUpdated() const
494{

Callers 2

rest_getutxosFunction · 0.80
gettxoutFunction · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected