| 117 | void UpdateLockPoints(const LockPoints& lp); |
| 118 | |
| 119 | uint64_t GetCountWithDescendants() const { return nCountWithDescendants; } |
| 120 | uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; } |
| 121 | CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; } |
| 122 |
no outgoing calls
no test coverage detected