Skip to content

Commit 74ec7a6

Browse files
committed
f fix version numbers
1 parent 60a0b3b commit 74ec7a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ impl Readable for IrrevocablyResolvedHTLC {
10681068
///
10691069
/// For those loading potentially-ancient [`ChannelMonitor`]s, deserialization is also implemented
10701070
/// for `Option<(BlockHash, ChannelMonitor)>`. LDK can no longer deserialize a [`ChannelMonitor`]
1071-
/// that was first created in LDK prior to 0.0.110 and last updated prior to LDK 0.0.116. In such
1071+
/// that was first created in LDK prior to 0.0.110 and last updated prior to LDK 0.0.119. In such
10721072
/// cases, the `Option<(..)>` deserialization option may return `Ok(None)` rather than failing to
10731073
/// deserialize, allowing you to differentiate between the two cases.
10741074
///

lightning/src/util/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ where
10611061
self.cleanup_stale_updates_for_monitor_to(&monitor_key, latest_update_id).await?;
10621062
} else {
10631063
// TODO: Also clean up super stale monitors (created pre-0.0.110 and last updated
1064-
// pre-0.0.116).
1064+
// pre-0.0.119).
10651065
}
10661066
}
10671067
Ok(())

0 commit comments

Comments
 (0)