MCPcopy 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
111void CTxMemPoolEntry::UpdateLockPoints(const LockPoints& lp)
112{
113 lockPoints = lp;
114}
115
116size_t CTxMemPoolEntry::GetTxSize() const
117{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected