| 282 | return m_wallet->AbandonTransaction(txid); |
| 283 | } |
| 284 | bool transactionCanBeBumped(const uint256& txid) override |
| 285 | { |
| 286 | return feebumper::TransactionCanBeBumped(*m_wallet.get(), txid); |
| 287 | } |
| 288 | bool createBumpTransaction(const uint256& txid, |
| 289 | const CCoinControl& coin_control, |
| 290 | std::vector<bilingual_str>& errors, |
no test coverage detected