Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
487
bool CTxMemPool::isSpent(const COutPoint& outpoint) const
488
{
489
LOCK(cs);
490
return mapNextTx.count(outpoint);
491
}
492
493
unsigned int CTxMemPool::GetTransactionsUpdated() const
494
{
Callers
2
rest_getutxos
Function · 0.80
gettxout
Function · 0.80
Calls
1
count
Method · 0.80
Tested by
no test coverage detected