Skip to content

Commit

Permalink
Merge pull request #21 from get10101/chore/cheap-claim-tx
Browse files Browse the repository at this point in the history
Use `ConfirmationTarget::Background` to claim settle TX outputs
  • Loading branch information
luckysori authored Oct 28, 2024
2 parents 81090c4 + e7510c6 commit 906cb4d
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 906cb4d

Please sign in to comment.