Skip to content

Commit

Permalink
f fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen committed Jul 6, 2022
1 parent a645f0c commit 7179109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channelmanager.rs
Expand Up @@ -3506,7 +3506,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
PersistenceNotifierGuard::optionally_notify(&self.total_consistency_lock, &self.persistence_notifier, || {
let mut should_persist = NotifyOption::SkipPersist;

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

let mut handle_errors = Vec::new();
{
Expand Down

0 comments on commit 7179109

Please sign in to comment.