| 295 | return feebumper::CreateRateBumpTransaction(*m_wallet.get(), txid, coin_control, errors, old_fee, new_fee, mtx) == feebumper::Result::OK; |
| 296 | } |
| 297 | bool signBumpTransaction(CMutableTransaction& mtx) override { return feebumper::SignTransaction(*m_wallet.get(), mtx); } |
| 298 | bool commitBumpTransaction(const uint256& txid, |
| 299 | CMutableTransaction&& mtx, |
| 300 | std::vector<bilingual_str>& errors, |
no test coverage detected