Skip to content

Commit d8db631

Browse files
committed
f drop outdated doc hunk
1 parent 8c2713c commit d8db631

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5279,11 +5279,6 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
52795279
/// Check the holding cell in each channel and free any pending HTLCs in them if possible.
52805280
/// Returns whether there were any updates such as if pending HTLCs were freed or a monitor
52815281
/// update was applied.
5282-
///
5283-
/// This should only apply to HTLCs which were added to the holding cell because we were
5284-
/// waiting on a monitor update to finish. In that case, we don't want to free the holding cell
5285-
/// directly in `channel_monitor_updated` as it may introduce deadlocks calling back into user
5286-
/// code to inform them of a channel monitor update.
52875282
fn check_free_holding_cells(&self) -> bool {
52885283
let mut has_monitor_update = false;
52895284
let mut failed_htlcs = Vec::new();

0 commit comments

Comments
 (0)