File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4789,6 +4789,10 @@ where
4789
4789
/// with the current [`ChannelConfig`].
4790
4790
/// * Removing peers which have disconnected but and no longer have any channels.
4791
4791
/// * 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`.
4792
4796
///
4793
4797
/// Note that this may cause reentrancy through [`chain::Watch::update_channel`] calls or feerate
4794
4798
/// estimate fetches.
You can’t perform that action at this time.
0 commit comments