Skip to content

Commit 7851a18

Browse files
committed
f drop outdated doc hunk
1 parent a016a24 commit 7851a18

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
@@ -5309,11 +5309,6 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
53095309
/// Check the holding cell in each channel and free any pending HTLCs in them if possible.
53105310
/// Returns whether there were any updates such as if pending HTLCs were freed or a monitor
53115311
/// update was applied.
5312-
///
5313-
/// This should only apply to HTLCs which were added to the holding cell because we were
5314-
/// waiting on a monitor update to finish. In that case, we don't want to free the holding cell
5315-
/// directly in `channel_monitor_updated` as it may introduce deadlocks calling back into user
5316-
/// code to inform them of a channel monitor update.
53175312
fn check_free_holding_cells(&self) -> bool {
53185313
let mut has_monitor_update = false;
53195314
let mut failed_htlcs = Vec::new();

0 commit comments

Comments
 (0)