pub fn feebumper_commit_transaction(
    wallet: &mut Wallet,
    txid: &u256,
    mtx: MutableTransaction,
    errors: &mut Vec<BilingualStr>,
    bumped_txid: &mut u256
) -> FeeBumperResult
Expand description

| Commit the bumpfee transaction. | | @return success in case of | CWallet::CommitTransaction was successful, but | sets errors if the tx could not be added to | the mempool (will try later) or if the old | transaction could not be marked as replaced.