| 380 | } |
| 381 | |
| 382 | CTxMemPoolEntry TestMemPoolEntryHelper::FromTx(const CMutableTransaction& tx) const |
| 383 | { |
| 384 | return FromTx(MakeTransactionRef(tx)); |
| 385 | } |
| 386 | |
| 387 | CTxMemPoolEntry TestMemPoolEntryHelper::FromTx(const CTransactionRef& tx) const |
| 388 | { |
no test coverage detected