[feature]: For external subsystems avoid the automatic FeeBumping of Transactions by the sweeper #10242
ziggie1984
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when trying to increase the fee rate of utxos especially for utxos which are not external to the sweeper we would start to first consider aggregating them with internal utxos and moreover spin up a FeeBumper which increases the fee of the transaction after every block (in case the transaction remains still unconfirmed). We should not do this for external utxos, or make it an opt-in feature. But we should not fee-bump it by default.
Beta Was this translation helpful? Give feedback.
All reactions