| 4583 | |
| 4584 | |
| 4585 | bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectInsaneFee, bool ignoreFees) |
| 4586 | { |
| 4587 | CValidationState state; |
| 4588 | return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, nullptr, nullptr, fRejectInsaneFee, ignoreFees); |
| 4589 | } |
| 4590 | |
| 4591 | int CMerkleTx::GetTransactionLockSignatures() const |
| 4592 | { |
no test coverage detected