Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ StageRemoval
Method
StageRemoval
src/txmempool.cpp:1030–1035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1028
}
1029
1030
void CTxMemPool::ChangeSet::StageRemoval(CTxMemPool::txiter it)
1031
{
1032
LOCK(m_pool->cs);
1033
m_pool->m_txgraph->RemoveTransaction(*it);
1034
m_to_remove.insert(it);
1035
}
1036
1037
void CTxMemPool::ChangeSet::Apply()
1038
{
Callers
5
ReplacementChecks
Method · 0.80
PackageRBFChecks
Method · 0.80
SubmitPackage
Method · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
rbf.cpp
File · 0.80
Calls
2
RemoveTransaction
Method · 0.45
insert
Method · 0.45
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.64