We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConfirmationTarget::OutputSpendingFee
1 parent c9f7c27 commit 3c9bc5bCopy full SHA for 3c9bc5b
lightning/src/util/sweep.rs
@@ -559,7 +559,7 @@ where
559
&self, sweeper_state: &SweeperState, descriptors: Vec<&SpendableOutputDescriptor>,
560
) -> Result<Transaction, ()> {
561
let tx_feerate =
562
- self.fee_estimator.get_est_sat_per_1000_weight(ConfirmationTarget::AnchorChannelFee);
+ self.fee_estimator.get_est_sat_per_1000_weight(ConfirmationTarget::OutputSpendingFee);
563
let change_destination_script =
564
self.change_destination_source.get_change_destination_script()?;
565
let cur_height = sweeper_state.best_block.height;
0 commit comments