Skip to content

Migrate Wallet::build_fee_bump to a TxBuilder method. #191

Open
@LLFourn

Description

@LLFourn

This is unfinished business from bitcoindevkit/bdk#258.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    new featureNew feature or request

    Type

    No type

    Projects

    Status

    Discussion

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions