Skip to content

Commit 7179109

Browse files
committed
f fuzz
1 parent a645f0c commit 7179109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
35063506
PersistenceNotifierGuard::optionally_notify(&self.total_consistency_lock, &self.persistence_notifier, || {
35073507
let mut should_persist = NotifyOption::SkipPersist;
35083508

3509-
let new_feerate = LowerBoundedFeeEstimator::new(self.fee_estimator.get_est_sat_per_1000_weight(ConfirmationTarget::Normal));
3509+
let new_feerate = LowerBoundedFeeEstimator::new(&self.fee_estimator).get_est_sat_per_1000_weight(ConfirmationTarget::Normal);
35103510

35113511
let mut handle_errors = Vec::new();
35123512
{

0 commit comments

Comments
 (0)