Currently the UI doesn’t give you a choice when increasing the fee of an RBF transaction:
The bumpfee RPC command has an option totalFee
, so the UI could add support for this.
I think the best approach would be to reuse parts of the send screen.
- “Pay only the required fee” would be replaced by “Bump fee by minimum permitted amount”.
- The custom per kilobyte field would show an error if the fee is too low.
- “Request RBF” would be replaced with “Disable RBF”
I don’t know if the required information for that UI can be obtained with the current RPC methods though. It boils down to reusing the existing transaction screen, but hiding UI elements that aren’t properly supported for RBF yet (e.g. changing the recipient).