Skip to content

Commit

Permalink
Use ConfirmationTarget::Background to claim settle TX outputs
Browse files Browse the repository at this point in the history
There is actually no protocol pressure to claim these outputs quickly,
so it seems foolish to pay a possibly very high price for these claim
transactions.
  • Loading branch information
luckysori committed Oct 28, 2024
1 parent 81090c4 commit e7510c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlc-manager/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ where
let fee_rate = self
.fee_estimator
.get_est_sat_per_1000_weight(
ConfirmationTarget::HighPriority,
ConfirmationTarget::Background,
);

let fee_rate = fee_rate / 250;
Expand Down

0 comments on commit e7510c6

Please sign in to comment.