You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can only bump the fee of one tx at a time by creating a fee bump TxBuilder by calling Wallet::build_fee_bump . Why not allow bumping the fee of multiple transactions?
I think this can be done by just having a bump_fee method on TxBuilder which takes a transaction and adds all the inputs and outputs to the internal state and recording the minimum fee for the fee bump to work.