| 47 | } |
| 48 | |
| 49 | CAmount GetModifiedFee() const { return iter->GetModifiedFee(); } |
| 50 | uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; } |
| 51 | uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; } |
| 52 | CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; } |
no outgoing calls
no test coverage detected