| 51 | uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; } |
| 52 | CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; } |
| 53 | size_t GetTxSize() const { return iter->GetTxSize(); } |
| 54 | size_t GetDiscountTxSize() const { return iter->GetDiscountTxSize(); } |
| 55 | const CTransaction& GetTx() const { return iter->GetTx(); } |
| 56 |
no outgoing calls
no test coverage detected