Update the LockPoints after a reorg
| 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 |
no outgoing calls
no test coverage detected