Merge pull request #875 from TheBlueMatt/2021-04-fix-bench
[rust-lightning] / lightning / src / ln / channel.rs
index c13ac9b61ffc94b000f4204ea23baf8a14a0e6aa..63f730781a6b6a56e71f10586d6286f193b3a38c 100644 (file)
@@ -250,7 +250,7 @@ pub const INITIAL_COMMITMENT_NUMBER: u64 = (1 << 48) - 1;
 /// Liveness is called to fluctuate given peer disconnecton/monitor failures/closing.
 /// If channel is public, network should have a liveness view announced by us on a
 /// best-effort, which means we may filter out some status transitions to avoid spam.
-/// See further timer_chan_freshness_every_min.
+/// See further timer_tick_occurred.
 #[derive(PartialEq)]
 enum UpdateStatus {
        /// Status has been gossiped.