Skip to content

Commit 48f24b2

Browse files
committed
f - update timer_tick_occurred docs
1 parent e7df074 commit 48f24b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4789,6 +4789,10 @@ where
47894789
/// with the current [`ChannelConfig`].
47904790
/// * Removing peers which have disconnected but and no longer have any channels.
47914791
/// * Force-closing and removing channels which have not completed establishment in a timely manner.
4792+
/// * Forgetting about stale outbound payment, either those that have already been fulfilled or
4793+
/// those awaiting an invoice that hasn't been delivered in the necessary amount of time. The
4794+
/// latter is determined using the system clock in `std` and the block time minus two hours
4795+
/// in `no-std`.
47924796
///
47934797
/// Note that this may cause reentrancy through [`chain::Watch::update_channel`] calls or feerate
47944798
/// estimate fetches.

0 commit comments

Comments
 (0)