Skip to content

Commit 906cb4d

Browse files
authored
Merge pull request #21 from get10101/chore/cheap-claim-tx
Use `ConfirmationTarget::Background` to claim settle TX outputs
2 parents 81090c4 + e7510c6 commit 906cb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlc-manager/src/manager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ where
13201320
let fee_rate = self
13211321
.fee_estimator
13221322
.get_est_sat_per_1000_weight(
1323-
ConfirmationTarget::HighPriority,
1323+
ConfirmationTarget::Background,
13241324
);
13251325

13261326
let fee_rate = fee_rate / 250;

0 commit comments

Comments
 (0)