| 254 | feebumper::Result::OK; |
| 255 | } |
| 256 | bool signBumpTransaction(CMutableTransaction& mtx) override { return feebumper::SignTransaction(&m_wallet, mtx); } |
| 257 | bool commitBumpTransaction(const uint256& txid, |
| 258 | CMutableTransaction&& mtx, |
| 259 | std::vector<std::string>& errors, |
no test coverage detected