File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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///
Original file line number Diff line number Diff 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 ( ( ) )
You can’t perform that action at this time.
0 commit comments