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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: