| 276 | m_wallet->CommitTransaction(std::move(tx), std::move(value_map), std::move(order_form), blind_details); |
| 277 | } |
| 278 | bool transactionCanBeAbandoned(const uint256& txid) override { return m_wallet->TransactionCanBeAbandoned(txid); } |
| 279 | bool abandonTransaction(const uint256& txid) override |
| 280 | { |
| 281 | LOCK(m_wallet->cs_wallet); |
no test coverage detected