MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / UpdateLockPoints

Method UpdateLockPoints

src/kernel/mempool_entry.h:131–134  ·  view source on GitHub ↗

Update the LockPoints after a reorg

Source from the content-addressed store, hash-verified

129
130 // Update the LockPoints after a reorg
131 void UpdateLockPoints(const LockPoints& lp) const
132 {
133 lockPoints = lp;
134 }
135
136 bool GetSpendsCoinbase() const { return spendsCoinbase; }
137

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected