bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.8k stars 2.07k forks source link

[BCC] Handle single output tx fee bumping #3674

Closed kajoseph closed 6 months ago

kajoseph commented 6 months ago

This handles the case when the tx is a sweep/max send and all given utxos should be used.

Also moved the fee bump logic into the Wallet class for integrations.