Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UpdateLockPoints
Method
UpdateLockPoints
src/txmempool.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void CTxMemPoolEntry::UpdateLockPoints(const LockPoints& lp)
112
{
113
lockPoints = lp;
114
}
115
116
size_t CTxMemPoolEntry::GetTxSize() const
117
{
Callers
1
MaybeUpdateMempoolForReorg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected