| 155 | bool GetSpendsCoinbase() const { return spendsCoinbase; } |
| 156 | |
| 157 | uint64_t GetCountWithAncestors() const { return nCountWithAncestors; } |
| 158 | uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; } |
| 159 | uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; } |
| 160 | CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; } |
no outgoing calls
no test coverage detected