| 2801 | |
| 2802 | |
| 2803 | bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectAbsurdFee) |
| 2804 | { |
| 2805 | CValidationState state; |
| 2806 | return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, NULL, false, fRejectAbsurdFee); |
| 2807 | } |
| 2808 |
no test coverage detected